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