OBJECT

LocationsPage

link GraphQL Schema definition

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