Skip to content
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

SchemaLink equivalent for SSR? #679

Closed
leebenson opened this issue Apr 2, 2020 · 2 comments
Closed

SchemaLink equivalent for SSR? #679

leebenson opened this issue Apr 2, 2020 · 2 comments

Comments

@leebenson
Copy link

Apollo has something called schema-link, which allows queries running on the server to execute against schema locally, instead of passing the request through HTTP back to itself.

Just curious if urql has an exchange to support that pattern yet, or if there are any plans for it?

Thanks for a great lib!

@kitten
Copy link
Member

kitten commented Apr 2, 2020

We're indeed looking to get that published 🎉 It'll be called @urql/exchange-execute (although we may change the name before publishing? it's not final yet) #474

@kitten
Copy link
Member

kitten commented May 7, 2020

This has now finally been released! 🎉 https://github.com/FormidableLabs/urql/tree/master/exchanges/execute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants