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

submit_content_changes.mutation.graphql « mutations « graphql « static_site_editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd130aa7dbbe5c5898d61bb27aeaa33f5e52eb85 (plain)
1
2
3
4
5
6
7
mutation submitContentChanges($input: SubmitContentChangesInput) {
  submitContentChanges(input: $input) @client {
    branch
    commit
    mergeRequest
  }
}