query permissions($fullPath: ID!, $iid: String!) { project(fullPath: $fullPath) { id issue(iid: $iid) { userPermissions { createDesign } } } }