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