debian-mirror-gitlab/app/assets/javascripts/issue_show/queries/promote_to_epic.mutation.graphql
2021-01-29 00:20:46 +05:30

8 lines
135 B
GraphQL

mutation promoteToEpic($input: PromoteToEpicInput!) {
promoteToEpic(input: $input) {
epic {
webPath
}
errors
}
}