debian-mirror-gitlab/app/assets/javascripts/environments/graphql/mutations/action.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
GraphQL
Raw Normal View History

2022-03-02 08:16:31 +05:30
mutation action($action: LocalAction) {
action(action: $action) @client {
errors
}
}