INPUT_OBJECT
UpdateSubscriptionInput
Autogenerated input type of UpdateSubscription
link GraphQL Schema definition
- input UpdateSubscriptionInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The Node ID of the subscribable object to modify.
- : ID!
- # The new state of the subscription.
- : SubscriptionState!
- }