2020-01-01 13:55:28 +05:30
|
|
|
query CanCreateProjectSnippet($fullPath: ID!) {
|
|
|
|
project(fullPath: $fullPath) {
|
2021-01-29 00:20:46 +05:30
|
|
|
__typename
|
2022-01-26 12:08:38 +05:30
|
|
|
id
|
2020-01-01 13:55:28 +05:30
|
|
|
userPermissions {
|
2021-01-29 00:20:46 +05:30
|
|
|
__typename
|
2020-01-01 13:55:28 +05:30
|
|
|
createSnippet
|
|
|
|
}
|
|
|
|
}
|
2020-07-28 23:09:34 +05:30
|
|
|
}
|