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