OBJECT
TeamManagerEdge
A type that describes an edge in the TeamManagerConnection. Essentially, a TeamManagerEdge is a wrapper object for TeamManager. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch TeamManager records after 'cursor'.
link GraphQL Schema definition
- type TeamManagerEdge {
- # A value that can be used in subsequent requests (as the 'after' argument in the
- # query) that will return data that logically comes after 'cursor'.
- String! :
- # Represents an individual 'TeamManager' entity.
- TeamManager :
- }