OBJECT

TeamsPage

link GraphQL Schema definition

1type TeamsPage {
2
3items: [Team]!
4
5pageInfo: PageInfo!
6
7}