6 lines
79 B
GraphQL
6 lines
79 B
GraphQL
fragment SnippetProject on Snippet {
|
|
project {
|
|
fullPath
|
|
webUrl
|
|
}
|
|
}
|