diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-06-25 10:59:00 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-06-26 11:25:20 +0200 |
commit | 3a33c4b2b8b84121da743923347a57be2de330d7 (patch) | |
tree | 21714d81331b929bbb7fdd7bd7f41ea9c56083e7 /doc/api/graphql/index.md | |
parent | 3755d828fb1401d0bc272cc93a64a1c546e1fc3c (diff) | |
download | gitlab-ce-bvl-graphql-permissions.tar.gz |
Expose permissions on types in GraphQLbvl-graphql-permissions
This adds a reusable way to expose permissions for a user to types in
GraphQL.
Diffstat (limited to 'doc/api/graphql/index.md')
-rw-r--r-- | doc/api/graphql/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index 59e27922f64..71922318227 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -1,4 +1,4 @@ -# GraphQL API (Beta) +# GraphQL API (Alpha) > [Introduced][ce-19008] in GitLab 11.0. |