-
Notifications
You must be signed in to change notification settings - Fork 182
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
Subscription support #110
Comments
Yes, subscriptions are supported already. From there, see the graphql-java WebSocket example, this cool pull request using SPQR, or wait for me to finally push the GraphQL SPQR Spring Boot Starter example (which uses Reactor for this). |
If you end up implementing something, please contact me. I'm very interested in how subscriptions are used, especially what clients and transports. |
Sound awesome, when do you plan to release the Spring Boot Starter ? |
Ah, the starter is already out! 😄 https://github.com/leangen/graphql-spqr-spring-boot-starter It's just the sample that I haven't pushed yet. |
Ok, wow, I actually forgot I had already pushed the sample a while ago 😌 |
I'll close this one as it seems all the questions have been addressed. If not, please reopen. |
Is this library capable of supporting subscriptions at the moment ? And if not, is this feature on the roadamp?
The text was updated successfully, but these errors were encountered: