-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hello, I have a graphql api that looks like this
promoPeriod(logins: [String]!, stores: [String]!): [Month]
Month is a graphql defined type with fields: id, name, type, etc.
logins and stores are the multi-option variables defined on the same dashboard
I would like to define a variable promotionMonths (hidden) as Query above, that is using selected $logins and $stores which I can later use in other graphql queries on the dashboard.
Any idea how to do this?
I was not able to find any docs wrt this topic (chaining variables with this datasource).
Apologies if I am missing something obvious.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested