@@ -6,27 +6,29 @@ info: To determine the technical writer assigned to the Stage/Group associated w
...
@@ -6,27 +6,29 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# GraphQL API **(FREE)**
# GraphQL API **(FREE)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/19008) in GitLab 11.0 (enabled by feature flag `graphql`).
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/19008) in GitLab 11.0 [with a flag](../../administration/feature_flags.md) named `graphql`.
> - [Always enabled](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/30444) in GitLab 12.1.
> - [Enabled](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/30444) in GitLab 12.1.
## Getting Started
[GraphQL](https://graphql.org/) is a query language for APIs. You can use it to
request the exact data you need, and therefore limit the number of requests you need.
For those new to the GitLab GraphQL API, see
GraphQL data is arranged in types, so your client can use
[Getting started with GitLab GraphQL API](getting_started.md).