OBJECT

UpdateSubscriptionPayload

Autogenerated return type of UpdateSubscription

link GraphQL Schema definition

  • type UpdateSubscriptionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The input subscribable entity.
  • subscribable: Subscribable!
  • }