UpdateNotificationPayload
The output of our update Notification mutation.
type UpdateNotificationPayload {
clientMutationId: String
notification: Notification
query: Query
accord: Accord
notificationEdge(
orderBy: [NotificationsOrderBy!] = [PRIMARY_KEY_ASC]
): NotificationsEdge
}
Fields
UpdateNotificationPayload.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.
UpdateNotificationPayload.notification ● Notification object
The Notification that was updated by this mutation.
UpdateNotificationPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdateNotificationPayload.accord ● Accord object
Reads a single Accord that is related to this Notification.
UpdateNotificationPayload.notificationEdge ● NotificationsEdge object
An edge for our Notification. May be used by Relay 1.
UpdateNotificationPayload.notificationEdge.orderBy ● [NotificationsOrderBy!] list enum
The method to use when ordering Notification.
Returned By
updateNotification mutation ● updateNotificationByNodeId mutation