Commit 5a50403d authored by Dan Jensen's avatar Dan Jensen

Add missing link to GraphQL resources

This adds a link to the GraphQL API resources page, which was
previously missing from the API index page.
parent 14c818df
...@@ -31,7 +31,9 @@ GitLab provides an [SCIM API](scim.md) that both implements ...@@ -31,7 +31,9 @@ GitLab provides an [SCIM API](scim.md) that both implements
## GraphQL API ## GraphQL API
A [GraphQL API](graphql/index.md) is available in GitLab. A GraphQL API is available in GitLab.
For a list of the available resources and their endpoints, see
[GraphQL API resources](graphql/reference/index.md).
With GraphQL, you can make an API request for only what you need, With GraphQL, you can make an API request for only what you need,
and it's versioned by default. and it's versioned by default.
......
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