-
- Downloads
Add GraphQL mutation to promote an issue to an epic
Expose prmoting issue to an epic through a GraphQL mutation
parent
e44498c4
No related branches found
No related tags found
Showing
- doc/api/graphql/reference/gitlab_schema.graphql 51 additions, 0 deletionsdoc/api/graphql/reference/gitlab_schema.graphql
- doc/api/graphql/reference/gitlab_schema.json 167 additions, 0 deletionsdoc/api/graphql/reference/gitlab_schema.json
- doc/api/graphql/reference/index.md 11 additions, 0 deletionsdoc/api/graphql/reference/index.md
- ee/app/graphql/ee/types/mutation_type.rb 1 addition, 0 deletionsee/app/graphql/ee/types/mutation_type.rb
- ee/app/graphql/mutations/issues/promote_to_epic.rb 53 additions, 0 deletionsee/app/graphql/mutations/issues/promote_to_epic.rb
- ee/changelogs/unreleased/233974-promote-issue-to-epic.yml 5 additions, 0 deletionsee/changelogs/unreleased/233974-promote-issue-to-epic.yml
- ee/spec/graphql/mutations/issues/promote_to_epic_spec.rb 73 additions, 0 deletionsee/spec/graphql/mutations/issues/promote_to_epic_spec.rb
- ee/spec/requests/api/graphql/mutations/issues/promote_to_epic_spec.rb 110 additions, 0 deletions...ests/api/graphql/mutations/issues/promote_to_epic_spec.rb
Please register or sign in to comment