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

ide_project.fragment.graphql « queries « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0b520858e6cc1fed9b546afcba817b68516e2d7 (plain)
1
2
3
4
5
6
7
8
fragment IdeProject on Project {
  id
  userPermissions {
    createMergeRequestIn
    readMergeRequest
    pushCode
  }
}