-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: support graphql subscriptions #239
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #239 +/- ##
==========================================
- Coverage 93.70% 93.66% -0.05%
==========================================
Files 6 7 +1
Lines 620 600 -20
Branches 122 124 +2
==========================================
- Hits 581 562 -19
+ Misses 39 38 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi there! I'm looking for a nuxt3 module for gql I just noticed Diizzayy/ogql@9f2cf65 Do you have a rough idea of when this will make it here? I'm choosing between @nuxtjs/apollo and nuxt-graphql-client for a platform and it seems you currently maintain both. I'm also keen to check which has better offline support (i.e. network down but I want to fetch the output of previous queries if they are cached). |
Still something open on this one? Maybe we can help? |
This PR adds support for GraphQL subscriptions.
Can be tested by installing the latest
edge
version viayarn add -D nuxt-graphql-client@edge