OBJECT
TeamUserEdge
link GraphQL Schema definition
- type TeamUserEdge {
- # A value of true means the User is a direct child of the team (meaning they were
- # actually assigned to that team). A value of false means that the User is a
- # descendant of that team (meaning they're assigned to a nested team below that
- # team).
- Boolean :
- # Represents an individual 'Team' entity.
- Team :
- }