GraphQL API: Runner "active" nomenclature changed to "paused"
Description
- Runner GraphQL APIs containing properties named
active will have such properties replaced by the equivalent paused property in GitLab 16.0.
- Runner REST containing properties named
active will have such properties replaced by the equivalent paused property in the v5 version of the API. See #375709
Deprecated as of 14.8
- GraphQL: Occurrences of
active in properties, filters, and mutations deprecated and supplemented with paused equivalents.
TODO