OBJECT
A type that describes the returned payload from the AddChannel mutation
type AddChannelPayload {# Represents the Channel that was added via the AddChannel mutationchannel: Channel }