INPUT_OBJECT
O365TeamConvChannelInput
Description
Channel object consisting naturalId and name.
link GraphQL Schema definition
- input O365TeamConvChannelInput {
- # The RSC ID of channel.
- : String
- # The ID of sharepoint folder of the channel.
- : String!
- # Specifies whether the channel is relic or not.
- : Boolean
- # The membership type of the channel.
- : ChannelMembershipType!
- # Display name of the channel.
- : String!
- # The natural ID of Microsoft 365 Teams channel.
- : String!
- }