OBJECT

CompetitionTeamSelfEdge

The relationship between the authenticated user and the competition Team.

link GraphQL Schema definition

1type CompetitionTeamSelfEdge {
2
3# Whether the user is the captain.
4isCaptain: Boolean!
5
6}