debian-mirror-gitlab/fixtures/lib/gitlab/graphql/queries/plans.customer.mutation.graphql
2021-06-08 01:23:25 +05:30

6 lines
84 B
GraphQL

mutation updatePlans($tags: [PlanTag!]) {
plans(planTags: $tags) {
name
}
}