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: c3e5519e266879734c0f352601c7fb0ffc5e588a (plain)
1
2
3
4
5
6
7
query CanCreatePersonalSnippet {
  currentUser {
    userPermissions {
      createSnippet
    }
  }
}