-
-
Notifications
You must be signed in to change notification settings - Fork 676
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 for Apollo client schema generation #291
Comments
Note that I already share my type-graphql classes with my frontend, the only warning I get is But I guess the question here is how to support the new extend keyword (maybe through class inheritance?). |
Yeah, You should try |
@19majkel94 thanks for your answer, what about support for the extend keyword? |
@quentinus95 See #228. |
@19majkel94 I am gong to try it with apollo client side schema, I was wondering is it possible to combine two
|
You can use whatever you want from the broad GraphQL ecosystem, you're not coupled to TypeGraphQL using |
This may be related to #197.
So Apollo Client now supports client-side schema.
https://blog.apollographql.com/announcing-apollo-client-2-5-c12230cabbb7
Could / does type-graphql support generating client side schema extensions ? It would be awesome!
As always, thanks for your work.
The text was updated successfully, but these errors were encountered: