OBJECT

PositionsPage

link GraphQL Schema definition

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