INPUT_OBJECT

SubscriptionMutationInput

Allows subscribing to notifications for an entity.

link GraphQL Schema definition

  • input SubscriptionMutationInput {
  • # Whether or not you're subscribed to notifications for this entity.
  • subscribed_to: Boolean
  • }