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

app_status.query.graphql « client « queries « 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: 0df8cafa3cbe2f0b4cd83f77a00f1f769211e71f (plain)
1
2
3
4
5
query getAppStatus {
  app @client {
    status
  }
}