INPUT_OBJECT
OutboundMessage is a message to be published to a pubsub channel
input OutboundMessage {# channel is the target channel to send the message tochannel: String!# data is the data to send with the messagedata: Map!}