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

update_app_status.mutation.graphql « client « mutations « graphql « pipeline_editor « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7487e32866839033a9b14eb855304fd70d60482d (plain)
1
2
3
mutation updateAppStatus($appStatus: String) {
  updateAppStatus(appStatus: $appStatus) @client
}