UpdateNotificationInput
All input for the updateNotification mutation.
input UpdateNotificationInput {
clientMutationId: String
patch: NotificationPatch!
id: String!
}
Fields
UpdateNotificationInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateNotificationInput.patch ● NotificationPatch! non-null input
An object where the defined keys will be set on the Notification being updated.
UpdateNotificationInput.id ● String! non-null scalar
Member Of
updateNotification mutation