OBJECT

PageInfo

link GraphQL Schema definition

1type PageInfo {
2
3endCursor: String
4
5hasNextPage: Boolean!
6
7hasPreviousPage: Boolean!
8
9startCursor: String
10
11}