Skip to main content

UpdateNotificationSubscriptionInput

Autogenerated input type of UpdateNotificationSubscription

input UpdateNotificationSubscriptionInput {
clientMutationId: String
eventKey: String!
subscribed: Boolean!
}

Fields

UpdateNotificationSubscriptionInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateNotificationSubscriptionInput.eventKey ● String! non-null scalar

The key of the notification event (e.g. 'orders.fulfillment_failure')

UpdateNotificationSubscriptionInput.subscribed ● Boolean! non-null scalar

Whether to subscribe (true) or unsubscribe (false)

Member Of

updateNotificationSubscription mutation