Skip to content

toggle wip status using GraphQL mutation

Bob Van Landuyt requested to merge bvl-graphql-wip-mutation into master

What does this MR do?

This adds the setup for performing mutations trough GraphQL. A PoC for this is the WIP mutation, toggling the wip status of a merge request.

It adds an example of how to authorize actions, load resources, return errors.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48719

Edited by Bob Van Landuyt

Merge request reports