GraphQL API: Runner status will not return "paused" or "active" values
#### Description
Runner GraphQL API will not return "paused" or "active" as a status value in GitLab 15.0. The GraphQL query for `runners` will stop accepting queries for `status: PAUSED` and `status: ACTIVE` in GitLab 16.0. These will be replaced with the query `paused: true` and `paused: false` respectively. The REST API will [follow in the same direction in v5](https://gitlab.com/gitlab-org/gitlab/-/issues/375709).
##### Deprecated as of 14.8
1. GraphQL: Occurrences of `active` in properties, filters, and mutations deprecated and supplemented with `paused` equivalents.
- NOTE: This should actually only be removed in %16.0, as it doesn't meet the 6-milestone advance-warning criteria
### Note
- The deprecation notice is included in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73530/diffs
issue