Commit 22a0aa4f authored by Thong Kuah's avatar Thong Kuah

Merge branch 'docs-aqualls-fix-graphql' into 'master'

Fix possessive in the GraphQL page

See merge request gitlab-org/gitlab!50186
parents e423e643 158cbde9
......@@ -26,7 +26,7 @@ in [Removed Items](../removed_items.md).
## Object types
Object types represent the resources that GitLab's GraphQL API can return.
Object types represent the resources that the GitLab GraphQL API can return.
They contain _fields_. Each field has its own type, which will either be one of the
basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
(e.g.: `String` or `Boolean`) or other object types.
......
......@@ -21,7 +21,7 @@
:plain
## Object types
Object types represent the resources that GitLab's GraphQL API can return.
Object types represent the resources that the GitLab GraphQL API can return.
They contain _fields_. Each field has its own type, which will either be one of the
basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
(e.g.: `String` or `Boolean`) or other object types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment