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

flux_helm_release_status.query.graphql « queries « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 042bdc1992d59b45799cd9d1c8e801068a875c1c (plain)
1
2
3
4
5
6
7
8
query getFluxHelmReleaseStatusQuery($configuration: LocalConfiguration, $fluxResourcePath: String) {
  fluxHelmReleaseStatus(configuration: $configuration, fluxResourcePath: $fluxResourcePath)
    @client {
    message
    status
    type
  }
}