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