-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support named fragments #80
Comments
Closed
This issue is about using fragments for improved query readability. For including fragments from other places, refer to #148. This feature could be implemented first. |
After talking to @helfer, my strategy is going to be to inline all of the fragments before doing anything else, and fall onto the inline fragment feature. |
4 tasks
#251 will solve this completely, afaict. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some questions:
More to think about later. The main question is, how critical is named fragment support for the alpha launch? It's one of the flagship features of the Relay API.
The text was updated successfully, but these errors were encountered: