OBJECT
PageInfo
Pagination information about the corresponding list of items.
link GraphQL Schema definition
- type PageInfo {
- # When paginating forwards, are there more items?
- : Boolean!
- # When paginating backwards, are there more items?
- : Boolean!
- # When paginating backwards, the cursor to continue.
- : String
- # When paginating forwards, the cursor to continue.
- : String
- # Total number of node in connection.
- : Int
- # Count of nodes in current request.
- : Int
- # Current page of request.
- : Int
- # Last page in connection.
- : Int
- }
link Require by
This element is not required by anyone