OBJECT

Subscription

link GraphQL Schema definition

  • type Subscription {
  • # Arguments
  • # jobId:
  • # ofType:
  • jobUpdates(jobId: ID, ofType: JobType): JobUpdate!
  • # Arguments
  • # connectionId:
  • onConnectionChanged(connectionId: ID!): ID
  • # Arguments
  • # connectionId:
  • onReconnecting(connectionId: ID!): ID!
  • }

link Require by

This element is not required by anyone