Welcome to mirror list, hosted at ThFree Co, Russian Federation.

add_project_ci_job_token_scope.mutation.graphql « mutations « graphql « token_access « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a7c76dd580ecc06ff67bf0daf64d28eefc9f4f4 (plain)
1
2
3
4
5
mutation addProjectCIJobTokenScope($input: CiJobTokenScopeAddProjectInput!) {
  ciJobTokenScopeAddProject(input: $input) {
    errors
  }
}