summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/token_access/graphql/queries/get_ci_job_token_scope.query.graphql
blob: d4f559c3701756fcab8ffbe72efd899a575959de (plain)
1
2
3
4
5
6
7
query getCIJobTokenScope($fullPath: ID!) {
  project(fullPath: $fullPath) {
    ciCdSettings {
      jobTokenScopeEnabled
    }
  }
}