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