How to use graphql input variable in Action Query Param Value #9543
Unanswered
rc-endeavor
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
type Query {
Seasons(Year: Int): [Test]
}
How do I set the year in the Action Query Param Value? Nothing I have tried works.
{{$body.input.Year}}
{{$Year}}
{{$session_variables['Year']}}
{{Year}}
Beta Was this translation helpful? Give feedback.
All reactions