OBJECT

Message

Message is received on PubSub subscriptions

link GraphQL Schema definition

  • type Message {
  • # channel is the channel the message was sent to
  • channel: String!
  • # data is the data sent with the message
  • data: Map!
  • # user is the user that sent/triggered the message
  • user: Ref!
  • # timestamp is when the message was sent
  • timestamp: Time!
  • # method is the gRPC method that invoked the message delivery
  • method: String!
  • }

link Require by