2021-04-17 20:07:23 +05:30
|
|
|
query mergeRequestReference($fullPath: ID!, $iid: String!) {
|
|
|
|
workspace: project(fullPath: $fullPath) {
|
|
|
|
__typename
|
2022-01-26 12:08:38 +05:30
|
|
|
id
|
2021-04-17 20:07:23 +05:30
|
|
|
issuable: mergeRequest(iid: $iid) {
|
|
|
|
__typename
|
|
|
|
id
|
|
|
|
reference(full: true)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|