diff options
Diffstat (limited to 'doc/api/graphql/index.md')
-rw-r--r-- | doc/api/graphql/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index 91917ea47a4..681130e82c1 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -1,7 +1,7 @@ --- stage: none group: unassigned -info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments --- # GraphQL API @@ -16,7 +16,7 @@ For those new to the GitLab GraphQL API, see ### Quick Reference -- GitLab's GraphQL API endpoint is located at `/api/graphql`. +- The GitLab GraphQL API endpoint is located at `/api/graphql`. - Get an [introduction to GraphQL from graphql.org](https://graphql.org/). - GitLab supports a wide range of resources, listed in the [GraphQL API Reference](reference/index.md). @@ -115,9 +115,9 @@ library GitLab uses on the backend. ## Reference -GitLab's GraphQL reference [is available](reference/index.md). +The GitLab GraphQL reference [is available](reference/index.md). -It is automatically generated from GitLab's GraphQL schema and embedded in a Markdown file. +It is automatically generated from the GitLab GraphQL schema and embedded in a Markdown file. Machine-readable versions are also available: |