Replies: 1 comment
-
Only resolver types are generated. If you are looking to generate CRUD code that is not something codegen generates but there are other projects you should try out maybe https://redwoodjs.com which handles many things. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run a
apollo-server-express
server on my NodeJS env:But I defined my
resolvers
andtypedefs
manually.I also defined a gql schema that I use to create React hooks:
So I was hoping I could also generate the server resolvers and typedefs using Codegen. I've tried using the
typescript-resolvers
plugin, but that only seems to generate types. Any suggestions?Beta Was this translation helpful? Give feedback.
All reactions