summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/token_access/graphql/queries/inbound_get_ci_job_token_scope.query.graphql
blob: 68d506a6c413993e1a739abf382df2e5be332f15 (plain)
1
2
3
4
5
6
7
8
query inboundGetCIJobTokenScope($fullPath: ID!) {
  project(fullPath: $fullPath) {
    id
    ciCdSettings {
      inboundJobTokenScopeEnabled
    }
  }
}