INPUT_OBJECT

OutboundMessage

OutboundMessage is a message to be published to a pubsub channel

link GraphQL Schema definition

  • input OutboundMessage {
  • # channel is the target channel to send the message to
  • channel: String!
  • # data is the data to send with the message
  • data: Map!
  • }

link Require by