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

current_license.query.graphql « graphql « security_configuration « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ab4f4d434759903b2227bbf2885320703eaec98 (plain)
1
2
3
4
5
6
query getCurrentLicensePlan {
  currentLicense {
    id
    plan
  }
}