Skip to main content

CreateNotificationInput

All input for the create Notification mutation.

input CreateNotificationInput {
clientMutationId: String
notification: NotificationInput!
}

Fields

CreateNotificationInput.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.

CreateNotificationInput.notification ● NotificationInput! non-null input

The Notification to be created by this mutation.

Member Of

createNotification mutation