Skip to content

Commit 1b1ec1d

Browse files
authored
Add a partial pagination section (#1316)
1 parent 71d5eff commit 1b1ec1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/graphql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,12 @@ class Book
10721072
}
10731073
```
10741074

1075+
### Partial Pagination
1076+
1077+
[Partial pagination](pagination.md#partial-pagination) is possible with GraphQL.
1078+
1079+
When enabled, backwards pagination will not be possible, and the `hasNextPage` information will be always `false`.
1080+
10751081
## Security
10761082

10771083
To add a security layer to your queries and mutations, follow the [security](security.md) documentation.

0 commit comments

Comments
 (0)