summaryrefslogtreecommitdiff
path: root/doc/api/graphql/audit_report.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/graphql/audit_report.md')
-rw-r--r--doc/api/graphql/audit_report.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/graphql/audit_report.md b/doc/api/graphql/audit_report.md
index 2f96bc5ecdd..5529f0b872a 100644
--- a/doc/api/graphql/audit_report.md
+++ b/doc/api/graphql/audit_report.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,