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

feat(core): Enable GraphQL subscriptions #3156

Draft
wants to merge 1 commit into
base: minor
Choose a base branch
from

Conversation

dlhck
Copy link
Collaborator

@dlhck dlhck commented Oct 20, 2024

Description

This PR introduces the native support for GraphQL subscriptions. They enable real-time updates via web sockets.

Closes #2369

Breaking changes

Not right now (to be updated)

Copy link

vercel bot commented Oct 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Oct 20, 2024 9:02am

@dlhck
Copy link
Collaborator Author

dlhck commented Oct 20, 2024

Currently I am working on the problem that in a websocket context we don't have the usual req and res objects available in our execution context. This results in lot of problems in different areas of Vendure, mostly in the auth-guard and vendure request context.

This seems like a valid way to solve this: https://stackoverflow.com/questions/61710825/nestjs-context-is-undefined-in-graphql-subscription

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant