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: 7d65789c67b997423db99fdd3c0797f836e764bd (plain)
1
2
3
4
5
6
fragment Project on Snippet {
  project {
    fullPath
    webUrl
  }
}