OBJECT

Team

Represents a team.

link GraphQL Schema definition

1type Team {
2
3# Id.
4id: ID
5
6# Name of the team.
7name: String
8
9}