query CanCreateProjectSnippet($fullPath: ID!) {
project(fullPath: $fullPath) {
__typename
userPermissions {
createSnippet
}