debian-mirror-gitlab/app/assets/javascripts/snippets/fragments/project.fragment.graphql
2020-01-01 13:55:28 +05:30

6 lines
No EOL
71 B
GraphQL

fragment Project on Snippet {
project {
fullPath
webUrl
}
}