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

userPermissions.query.graphql « queries « snippets « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5b97b3d0f0da1839de7e7c3f69f9050d23a8a6a (plain)
1
2
3
4
5
6
7
query CanCreatePersonalSnippet {
  currentUser {
    userPermissions {
      createSnippet
    }
  }
}