-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Passing variables to containers from route/query root #99
Comments
I imagine all will be made clear once the |
Yes this seems correct. |
Cool, just wanted to make sure I wasn't abusing private APIs. Thanks! |
@taion Found this too: https://facebook.github.io/relay/docs/api-reference-relay-mutation.html#getfragment-static-method so I guess that makes it official? 😉 |
Let's say I have a client side route like
/widgets?color={color}
. Correspondingly, I want a query that looks likeAfter some stumbling, it seems like the best way to do this is something like:
Is this indeed the correct approach, or am I horribly abusing undocumented features?
The text was updated successfully, but these errors were encountered: