OBJECT

PageInfo

Page info of a query that returns a list of nodes

link GraphQL Schema definition

1type PageInfo {
2
3# Whether there are more nodes.
4hasNextPage: Boolean!
5
6}