6 lines
92 B
GraphQL
6 lines
92 B
GraphQL
fragment PageInfo on PageInfo {
|
|
hasNextPage
|
|
hasPreviousPage
|
|
startCursor
|
|
endCursor
|
|
}
|