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

project.fragment.graphql « fragments « snippets « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64bb2315c1b6810c74dc45204b7c07b41ea1abfd (plain)
1
2
3
4
5
6
fragment SnippetProject on Snippet {
  project {
    fullPath
    webUrl
  }
}