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.
  • subscribable_type: SubscribableType!
  • # The id of the entity that is being subscribed to.
  • subscribable_id: Int64Bit!
  • }

link Require by