OBJECT
TeamUserConnection
link GraphQL Schema definition
- type TeamUserConnection {
- # A list of 'Team's, with the addition of a cursor field that can be used to fetch
- # subsequent pages.
- TeamUserEdge] : [
- # A list of Team entities
- Team] : [
- }