Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/api/graphql/graphql_queries.md
  • Loading branch information
mnocon authored Dec 12, 2025
commit 90027fe3633d56e89a0769cba7488c8aff95a68a
2 changes: 1 addition & 1 deletion docs/api/graphql/graphql_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ If the current `Connection` (list of results) isn't finished yet and there are m

For the `children` node, you can use the following pagination method:

```text
```graphql
{
_repository {
location(locationId: 2) {
Expand Down
Loading