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

snippet_visibility.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: 5bd6c131babe053c658e796a6a306d7d43186ae9 (plain)
1
2
3
4
5
query defaultSnippetVisibility {
  visibilityLevels @client
  selectedLevel @client
  multipleLevelsRestricted @client
}