INPUT_OBJECT

UpdateSubscriptionInput

Autogenerated input type of UpdateSubscription

link GraphQL Schema definition

1input UpdateSubscriptionInput {
4
2# A unique identifier for the client performing the mutation.
3clientMutationId: String
7
5# The Node ID of the subscribable object to modify.
6subscribableId: ID!
10
8# The new state of the subscription.
9state: SubscriptionState!
11}