OBJECT
Message is received on PubSub subscriptions
type Message {# channel is the channel the message was sent tochannel: String! # data is the data sent with the messagedata: Map! # user is the user that sent/triggered the messageuser: Ref! # timestamp is when the message was senttimestamp: Time! # method is the gRPC method that invoked the message deliverymethod: String! }