OBJECT

Subscription

The root subscription type: contains realtime events you can subscribe to with the subscription operation.

link GraphQL Schema definition

  • type Subscription {
  • # Arguments
  • # topic: [Not documented]
  • listen(topic: String!): ListenPayload!
  • }

link Require by

This element is not required by anyone