summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/token_access/graphql/mutations/update_ci_job_token_scope.mutation.graphql
blob: d99f2e3597d9e32caa354c932fe2b4eec12eafed (plain)
1
2
3
4
5
6
7
8
mutation updateCIJobTokenScope($input: CiCdSettingsUpdateInput!) {
  ciCdSettingsUpdate(input: $input) {
    ciCdSettings {
      jobTokenScopeEnabled
    }
    errors
  }
}