14 lines
1,007 B
YAML
14 lines
1,007 B
YAML
|
- name: "Deprecated GraphQL fields have been removed"
|
||
|
removal_date: "2021-06-22"
|
||
|
removal_milestone: "14.0"
|
||
|
reporter: gweaver
|
||
|
body: |
|
||
|
In accordance with our [GraphQL deprecation and removal process](https://docs.gitlab.com/ee/api/graphql/#deprecation-process), the following fields that were deprecated prior to 13.7 are [fully removed in 14.0](https://gitlab.com/gitlab-org/gitlab/-/issues/267966):
|
||
|
|
||
|
- `Mutations::Todos::MarkAllDone`, `Mutations::Todos::RestoreMany` - `:updated_ids`
|
||
|
- `Mutations::DastScannerProfiles::Create`, `Types::DastScannerProfileType` - `:global_id`
|
||
|
- `Types::SnippetType` - `:blob`
|
||
|
- `EE::Types::GroupType`, `EE::Types::QueryType` - `:vulnerabilities_count_by_day_and_severity`
|
||
|
- `DeprecatedMutations (concern**)` - `AddAwardEmoji`, `RemoveAwardEmoji`, `ToggleAwardEmoji`
|
||
|
- `EE::Types::DeprecatedMutations (concern***)` - `Mutations::Pipelines::RunDastScan`, `Mutations::Vulnerabilities::Dismiss`, `Mutations::Vulnerabilities::RevertToDetected`
|