INPUT_OBJECT
CreateSubscriptionMutationInput
The input object that defines the fields for the createSubscription mutation.
link GraphQL Schema definition
- input CreateSubscriptionMutationInput {
- # The type of entity that is being subscribed to.
- : SubscribableType!
- # The id of the entity that is being subscribed to.
- : Int64Bit!
- }