UpdateNotificationSubscriptionInput
Autogenerated input type of UpdateNotificationSubscription
input UpdateNotificationSubscriptionInput {
clientMutationId: String
eventKey: String!
subscribed: Boolean!
}
Fields
UpdateNotificationSubscriptionInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateNotificationSubscriptionInput.eventKey ● String! non-null scalar common
The key of the notification event (e.g. 'orders.fulfillment_failure')
UpdateNotificationSubscriptionInput.subscribed ● Boolean! non-null scalar common
Whether to subscribe (true) or unsubscribe (false)
Member Of
updateNotificationSubscription mutation