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

Keystone GraphQL subscriptions support #2857

Closed
pahaz opened this issue Apr 29, 2020 · 3 comments
Closed

Keystone GraphQL subscriptions support #2857

pahaz opened this issue Apr 29, 2020 · 3 comments

Comments

@pahaz
Copy link
Contributor

pahaz commented Apr 29, 2020

Feature request

I want to use GQL subscription with Apollo.
https://www.apollographql.com/docs/apollo-server/data/subscriptions/

I need to add typeDefs and resolver.

I can add typeDefs by keystone.extendGraphQLSchema.

@Vultraz
Copy link
Contributor

Vultraz commented Apr 29, 2020

Subscription support is more complicated than just adding definitions and resolvers. There are issues (#295 , #2032 ) tracking this feature, but it will probably be awhile before its implemented. Apollo server v3, which should hopefully come out later this year, will probably help.

@pahaz
Copy link
Contributor Author

pahaz commented Apr 29, 2020

Yes, but at the moment I don't need the Keystone core Subscription support. Jus custom subscriptions are enough for me at the moment.

#2032 is the same issue.
And this PR #2650 will solve my problem!

@MadeByMike
Copy link
Contributor

Looks like #2650 has resolve this for you

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

No branches or pull requests

3 participants