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

ci_cd_settings_update.rb « ci « mutations « graphql « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98b8e9567e76fb83fedb03f24bed332d3fda02ed (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

module Mutations
  module Ci
    # TODO: Remove in 16.0, see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87002
    class CiCdSettingsUpdate < ProjectCiCdSettingsUpdate
      graphql_name 'CiCdSettingsUpdate'
    end
  end
end