summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/artifacts_settings/graphql/mutations/update_keep_latest_artifact_project_setting.mutation.graphql
blob: d50fd665c16842540fed887a680b49e6cb93efb8 (plain)
1
2
3
4
5
mutation updateKeepLatestArtifactProjectSetting($fullPath: ID!, $keepLatestArtifact: Boolean!) {
  ciCdSettingsUpdate(input: { fullPath: $fullPath, keepLatestArtifact: $keepLatestArtifact }) {
    errors
  }
}