We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add GraphQL Subscriptions support:
https://github.com/graphql/graphql-spec/blob/June2018/rfcs/Subscriptions.md
Currently graphql subscription operations are not supported: microprofile/microprofile-graphql#174
Servers that support: DGS, Apollo Kotlin and Spring GraphQL support GraphQL subscriptions over WebSockets and SSE Protocol Specs: SSE: https://github.com/enisdenjo/graphql-sse/blob/master/PROTOCOL.md Websocket: https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
Reactive clients: Apollo client, DGS client, Spring Graphql client supported
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add GraphQL Subscriptions support:
https://github.com/graphql/graphql-spec/blob/June2018/rfcs/Subscriptions.md
Environment Details
Problem Description
Currently graphql subscription operations are not supported: microprofile/microprofile-graphql#174
Servers that support:
DGS, Apollo Kotlin and Spring GraphQL support GraphQL subscriptions over WebSockets and SSE
Protocol Specs:
SSE: https://github.com/enisdenjo/graphql-sse/blob/master/PROTOCOL.md
Websocket: https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
Reactive clients:
Apollo client, DGS client, Spring Graphql client supported
The text was updated successfully, but these errors were encountered: