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