-
Notifications
You must be signed in to change notification settings - Fork 131
additional defer/stream/subscription helix example #187
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
additional defer/stream/subscription helix example #187
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #187 +/- ##
=======================================
Coverage ? 80.00%
=======================================
Files ? 28
Lines ? 685
Branches ? 149
=======================================
Hits ? 548
Misses ? 137
Partials ? 0 Continue to review full report at Codecov.
|
Oh @n1ru4l , just noticed that you applied that on top of the original helix example. I wanted to keep it clean and straightforward with just Query/Mutation. Can you please clone this dir into |
@dotansimha Done! |
Instead of fastify may I suggest we use polka in examples? It's faster than fastify 👀 |
Hi @maraisr ! We are always open for new ideas. In this case, we are trying to add examples for reference, so maybe we can have an example with |
The helix example could act as a mirror for the experimental graphql playground repo 🤔