query getPermissions($projectPath: ID!) {
project(fullPath: $projectPath) {
__typename
userPermissions {
pushCode
forkProject
createMergeRequestIn
}