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

plans.customer.query.graphql « queries « graphql « gitlab « lib « fixtures - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbc705ee81b64ee50fe34d614d77e02f5e9815b3 (plain)
1
2
3
4
5
query getPlans($tags: [PlanTag!]) {
  plans(planTags: $tags) {
    name
  }
}