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

has_submitted_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: 1f47929556a7fcdbb635973f0062e6f1bba73159 (plain)
1
2
3
4
5
mutation hasSubmittedChanges($input: HasSubmittedChangesInput) {
  hasSubmittedChanges(input: $input) @client {
    hasSubmittedChanges
  }
}