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!
  • # sender is the user that sent the message
  • sender: Ref!
  • # timestamp is when the message was sent
  • timestamp: Time!
  • }

link Require by