-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable Use Examples #47
Comments
Have you read the 'README' all the way to the bottom? It describes how to handle variables, admittedly there isn't an example flow. Perhaps you could make one? |
Hi I've recently been trying to get variables to work and keep getting issues with passing them into my GraphQL query node. My query is very simple, and when I hardcode the input argument it does work:
I want to pass in a string variable to replace
I feel like I am missing something simple, any help would be greatly appreciated. |
I'm in the same situation as @g8rs-hub -- my request works when I hardcode the inputs but not when I try to use variables. |
Where is variable use example
The text was updated successfully, but these errors were encountered: