INPUT_OBJECT
ChannelTeamInput
link GraphQL Schema definition
- input ChannelTeamInput {
- # 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! :
- }