summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/issue_show/queries/promote_to_epic.mutation.graphql
blob: 12d05af0f5e908821ace54dacd5c44969cb46a2e (plain)
1
2
3
4
5
6
7
8
mutation promoteToEpic($input: PromoteToEpicInput!) {
  promoteToEpic(input: $input) {
    epic {
      webPath
    }
    errors
  }
}