6 lines
71 B
GraphQL
6 lines
71 B
GraphQL
|
fragment Project on Snippet {
|
||
|
project {
|
||
|
fullPath
|
||
|
webUrl
|
||
|
}
|
||
|
}
|