gitlab-org--gitlab-foss/fixtures/lib/gitlab/graphql/queries/plans.customer.mutation.gra...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
84 B
GraphQL
Raw Permalink Normal View History

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