summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/plans.customer.query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/lib/gitlab/graphql/queries/plans.customer.query.graphql')
-rw-r--r--fixtures/lib/gitlab/graphql/queries/plans.customer.query.graphql5
1 files changed, 5 insertions, 0 deletions
diff --git a/fixtures/lib/gitlab/graphql/queries/plans.customer.query.graphql b/fixtures/lib/gitlab/graphql/queries/plans.customer.query.graphql
new file mode 100644
index 00000000000..cbc705ee81b
--- /dev/null
+++ b/fixtures/lib/gitlab/graphql/queries/plans.customer.query.graphql
@@ -0,0 +1,5 @@
+query getPlans($tags: [PlanTag!]) {
+ plans(planTags: $tags) {
+ name
+ }
+}