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

plans.customer.mutation.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: 71ad42c33039d81b614af6e993c0a2c23c5f2d0e (plain)
1
2
3
4
5
mutation updatePlans($tags: [PlanTag!]) {
  plans(planTags: $tags) {
    name
  }
}