OBJECT
ChannelTeamPayload
link GraphQL Schema definition
- type ChannelTeamPayload {
- # id of the team to be added to the channel.
- String! :
- # viewer, editor or owner.
- ChannelRole! :
- # The ID of the Channel to which the Team will be added.
- String! :
- }