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

update_release.mutation.graphql « mutations « graphql « releases « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c6a861d2f1faf439df595997bbc162f2b1a7a9d (plain)
1
2
3
4
5
mutation updateRelease($input: ReleaseUpdateInput!) {
  releaseUpdate(input: $input) {
    errors
  }
}