summaryrefslogtreecommitdiff
path: root/doc/api/graphql/index.md
diff options
context:
space:
mode:
authorFelipe Artur <fcardozo@gitlab.com>2019-07-11 08:06:35 +0000
committerSean McGivern <sean@gitlab.com>2019-07-11 08:06:35 +0000
commitf0683aab0512c54c09f6dd2c245bd27fdde6bc16 (patch)
tree210dc43a22594bcbc5b40e421b7b56b7d31a5e83 /doc/api/graphql/index.md
parent3a55ba7de49a1e3ce54bbf7b10640d66ed5af0bc (diff)
downloadgitlab-ce-f0683aab0512c54c09f6dd2c245bd27fdde6bc16.tar.gz
Improve Graphql Docs
Adds more friendly docs for GraphQl implementation
Diffstat (limited to 'doc/api/graphql/index.md')
-rw-r--r--doc/api/graphql/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md
index 4e4b9418e47..bdc7c1959d2 100644
--- a/doc/api/graphql/index.md
+++ b/doc/api/graphql/index.md
@@ -47,6 +47,12 @@ info about multiplexed queries is also available for
[graphql-ruby](https://graphql-ruby.org/queries/multiplex.html) the
library GitLab uses on the backend.
+## Reference
+
+GitLab's GraphQL reference [is available](reference/index.md).
+
+It is automatically generated from GitLab's GraphQL schema and embedded in a Markdown file.
+
## GraphiQL
The API can be explored by using the GraphiQL IDE, it is available on your