2020-05-24 23:13:21 +05:30
|
|
|
query permissions($fullPath: ID!, $iid: String!) {
|
|
|
|
project(fullPath: $fullPath) {
|
2021-01-29 00:20:46 +05:30
|
|
|
__typename
|
2020-05-24 23:13:21 +05:30
|
|
|
id
|
|
|
|
issue(iid: $iid) {
|
2021-01-29 00:20:46 +05:30
|
|
|
__typename
|
2020-05-24 23:13:21 +05:30
|
|
|
userPermissions {
|
2021-01-29 00:20:46 +05:30
|
|
|
__typename
|
2020-05-24 23:13:21 +05:30
|
|
|
createDesign
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|