Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/graphql/users_example.md')
-rw-r--r--doc/api/graphql/users_example.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/graphql/users_example.md b/doc/api/graphql/users_example.md
index 96bbeeb2d06..9d223f9e618 100644
--- a/doc/api/graphql/users_example.md
+++ b/doc/api/graphql/users_example.md
@@ -20,13 +20,13 @@ The query includes:
- [`pageInfo`](#pageinfo)
- [`nodes`](#nodes)
-## pageInfo
+## `pageInfo`
This contains the data needed to implement pagination. GitLab uses cursor-based
[pagination](getting_started.md#pagination). For more information, see
[Pagination](https://graphql.org/learn/pagination/) in the GraphQL documentation.
-## nodes
+## `nodes`
In a GraphQL query, `nodes` is used to represent a collection of [`nodes` on a graph](https://en.wikipedia.org/wiki/Vertex_(graph_theory)).
In this case, the collection of nodes is a collection of `User` objects. For each one,