-
Notifications
You must be signed in to change notification settings - Fork 86
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
How to send query variables #74
Comments
Hey @fabiodr, This is what #23 is about. The |
Great! I tried to dig a little into the code and found these indications of an IExecContext implementation needed, i'll try to better understand F# to see if i can be helpfull in these, anyway, it seems a nice language. Are you using Apollo Client too? Just found a nice chrome extension from them for client store inspection: |
If you're looking to learn F#, this eBook is pretty good: https://swlaschin.gitbooks.io/fsharpforfunandprofit/content/ It's a collection of all the content from the F# For Fun and Profit blog. I have used Apollo Client before for a few things and I used their inspector extension as well. I was pretty amazed when I first used it - it's a very high quality tool. |
Is there a way to send the variable $episode in following example?
http://graphql.org/learn/queries/#variables
Thanks!
The text was updated successfully, but these errors were encountered: