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

Support GraphQL Subscriptions #7946

Open
constantind opened this issue Nov 3, 2023 · 0 comments
Open

Support GraphQL Subscriptions #7946

constantind opened this issue Nov 3, 2023 · 0 comments
Labels
4.x Version 4.x enhancement New feature or request graphql

Comments

@constantind
Copy link

Add GraphQL Subscriptions support:

https://github.com/graphql/graphql-spec/blob/June2018/rfcs/Subscriptions.md

Environment Details

  • Helidon Version: supported
  • Helidon SE or Helidon MP: both
  • JDK version: supported
  • OS: any
  • Docker version (if applicable):

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

@barchetta barchetta added 4.x Version 4.x graphql enhancement New feature or request labels Nov 6, 2023
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Normal priority in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x enhancement New feature or request graphql
Projects
Status: Normal priority
Development

No branches or pull requests

2 participants