Replies: 1 comment
-
Take a look at examples: There's also |
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.
-
I am using apollo-server-lambda and following the instructions.
I had a working graphql handler before I started introducing type-graphql.
When following the getting started instructions I get the following error:
error: Top-level await is currently not supported with the "cjs" output format
This is from the asynchronous nature of building schema like this:
Are there other options?
Beta Was this translation helpful? Give feedback.
All reactions