Welcome to mirror list, hosted at ThFree Co, Russian Federation.

action.mutation.graphql « mutations « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc2c9b33367de85895ebf0fb357e0a69b3bdaa7a (plain)
1
2
3
4
5
mutation action($action: LocalAction) {
  action(action: $action) @client {
    errors
  }
}