OBJECT
O365TeamConvChannel
link GraphQL Schema definition
- type O365TeamConvChannel {
- # The natural ID of Microsoft 365 Teams channel.
- String! :
- # The RSC ID of channel, used only for browsing files.
- String :
- # Display name of the channel.
- String! :
- # Specifies whether the channel is relic or not.
- Boolean :
- # The ID of sharepoint folder of the channel.
- String! :
- # The membership type of the channel.
- ChannelMembershipType! :
- }
link Require by
- O365TeamConvChannelConnectionPaginated list of O365TeamConvChannel objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- O365TeamConvChannelEdgeWrapper around the O365TeamConvChannel object. This wrapper is used for pagination.