DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / environments / graphql / mutations / action.mutation.graphql
12345
mutation action($action: LocalAction) { action(action: $action) @client { errors } }