OBJECT

Subscription

link GraphQL Schema definition

  • type Subscription {
  • # stream opens a stream of messages that pass a filter on a pubsub channel. state
  • # changes are sent to the 'state' channel.
  • #
  • # Arguments
  • # where:
  • stream(where: StreamFilter!): Message!
  • }

link Require by

This element is not required by anyone