OBJECT
O365TeamConvChannelEdge
Description
Wrapper around the O365TeamConvChannel object. This wrapper is used for pagination.
link GraphQL Schema definition
- type O365TeamConvChannelEdge {
- # String used to identify this edge.
- String! :
- # The actual O365TeamConvChannel object wrapped by this edge.
- O365TeamConvChannel! :
- }