OBJECT

updateSubscriptionPayload

Autogenerated return type of updateSubscription.

link GraphQL Schema definition

  • type updateSubscriptionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • currentUser: User
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • subscription: SubscriptionInstance
  • }