INPUT_OBJECT

UpdateSubscriptionInput

Autogenerated input type of UpdateSubscription

link GraphQL Schema definition

  • input UpdateSubscriptionInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the subscribable object to modify.
  • subscribableId: ID!
  • # The new state of the subscription.
  • state: SubscriptionState!
  • }