2021-07-12 05:09:40 -04:00
|
|
|
query epicReference($fullPath: ID!, $iid: ID) {
|
|
|
|
workspace: group(fullPath: $fullPath) {
|
|
|
|
__typename
|
2021-11-30 10:14:19 -05:00
|
|
|
id
|
2021-07-12 05:09:40 -04:00
|
|
|
issuable: epic(iid: $iid) {
|
|
|
|
__typename
|
|
|
|
id
|
|
|
|
reference(full: true)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|