5 lines
60 B
GraphQL
5 lines
60 B
GraphQL
|
fragment PageInfo on PageInfo {
|
||
|
hasNextPage
|
||
|
endCursor
|
||
|
}
|