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 queries/mutations using subscriptions #286

Closed
hampusohlsson opened this issue Nov 8, 2018 · 2 comments
Closed

Support queries/mutations using subscriptions #286

hampusohlsson opened this issue Nov 8, 2018 · 2 comments

Comments

@hampusohlsson
Copy link

Currently it's not possible to use the subscription socket for query and mutation operations, even though the apollographql/subscriptions-transport-ws protocol supports it. Would be great to extend the subscription feature with this capability.

@matiasanaya
Copy link
Contributor

@pavelnikolov we should consider unifying the code between Schema.Exec and Schema.Subscribe at some point. They are very similar.

pavelnikolov added a commit that referenced this issue Nov 12, 2018
…h-subscribe

Fix #286: Support queries/mutations through alternative transports
@pavelnikolov
Copy link
Member

@matiasanaya I agree with you. However, I would like to avoid introducing breaking changes.

tinnywang pushed a commit to tinnywang/graphql-go that referenced this issue Dec 12, 2018
tinnywang pushed a commit to tinnywang/graphql-go that referenced this issue Dec 13, 2018
tinnywang pushed a commit to tinnywang/graphql-go that referenced this issue Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants