Replies: 1 comment 4 replies
-
Invalid babel/webpack configuration which results in missing transpiled decorators for args. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I'm trying to convert my application from node/express to run in netlify lambda functions. I have got it working other than the schema generated by type-graphql changes for some reason and this then breaks my application.
With apollo-server-express:
With apollo-server-lambda:
As you can see my mutation and query arguments are missing. I'll try and post a minimal reproduction later but thought someone might have seen this before or know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions