Welcome to mirror list, hosted at ThFree Co, Russian Federation.

removal-graphql-fields.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24d2bb4a4eb8cba920c102ceb8fdbac74572893f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- 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`