You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @benawad! I appreciate your work on this project 😉
I would like to suggest using a more TypeScriptish way of creating a GraphQL server, where all your GraphQL types live with your code, not as a separate definitions converted to interfaces by a CLI: https://19majkel94.github.io/type-graphql
Hi @benawad! I appreciate your work on this project 😉
I would like to suggest using a more TypeScriptish way of creating a GraphQL server, where all your GraphQL types live with your code, not as a separate definitions converted to interfaces by a CLI:
https://19majkel94.github.io/type-graphql
I've experienced the pain of matching and syncing schema, interfaces and resolvers code, that's why I've created this lib:
https://medium.com/@19majkel94/graphql-typescript-typegraphql-ba0225cb4bed
I would be grateful if you share your thoughts on this with me 😃
The text was updated successfully, but these errors were encountered: