Skip to main content

DeleteNotificationPayload

The output of our delete Notification mutation.

type DeleteNotificationPayload {
clientMutationId: String
notification: Notification
deletedNotificationNodeId: ID
query: Query
accord: Accord
notificationEdge(
orderBy: [NotificationsOrderBy!] = [PRIMARY_KEY_ASC]
): NotificationsEdge
}

Fields

DeleteNotificationPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

DeleteNotificationPayload.notification ● Notification object

The Notification that was deleted by this mutation.

DeleteNotificationPayload.deletedNotificationNodeId ● ID scalar

DeleteNotificationPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

DeleteNotificationPayload.accord ● Accord object

Reads a single Accord that is related to this Notification.

DeleteNotificationPayload.notificationEdge ● NotificationsEdge object

An edge for our Notification. May be used by Relay 1.

DeleteNotificationPayload.notificationEdge.orderBy ● [NotificationsOrderBy!] list enum

The method to use when ordering Notification.

Returned By

deleteNotification mutation ● deleteNotificationByNodeId mutation