-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Example with fragments #65
Comments
Hello @bdombro, thank you for using graphql-let. Sadly, It seems that independent A thread says the spec still needs time to be standardized for a concrete syntax. I think we should wait for something |
Bummer! But looking at the Apollo docs, isn't import already settled and adopted? Ref: https://www.apollographql.com/docs/react/integrations/webpack/#fragments |
@bdombro Yeah it is in webpack for now. But... as I looked at graphql-import, we might be able to load *.graphql just by it. Let me try it. |
Progress
|
Exciting you've made progress! I wish I had more to contribute -- I know little about the inner workings of Apollo at this point. Someday that will hopefully change. I can tell ya though that fragments are very important to my colleagues. |
@piglovesyou GraphQL Tools supports |
Thanks for the information! I didn't check it last time, so that might be what we've looked for. |
I made sure it solves the problem with your amazing work, thank you @ardatan ! The rest I need is time to code👍 |
@piglovesyou thanks for you're hard work! Curious, this ticket is for an example -- can you point me to an example of it working? Would love to see it in the awesome nextjs example. I'll try to add when I can find time. |
Thank you @bdombro! |
I forked nextjs, created a branch, and updated the example but it's not working with Fragments. Could you take a look? I added you as a collaborator so feel free to fix and push directly to the branch @piglovesyou |
Because I didn't publish 0.15.0 yet. I'd like to add one more feature so please wait for a moment. Thank you! |
Any update on when this may be supported? I see the issue is closed, but the README still links here. |
I tried for a while to get fragment to work and failed. Are they supported? If so, can you extend your reference application to demonstrate?
The text was updated successfully, but these errors were encountered: