Commit e6d9456e authored by Miguel Rincon's avatar Miguel Rincon

Enable GraphQL Runner API

This change enables the GraphQL API for administration of runners. It
enables several GraphQL queries and mutations that enable
administrators to manage their runner fleet programmatically.

The new APIs are made available by setting the feature flag
"runner_graphql_query" to enabled by default.

Changelog: added
parent a02bb29b
......@@ -4,5 +4,5 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59763
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/328700
type: development
group: group::runner
default_enabled: false
default_enabled: true
milestone: '13.12'
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