Replies: 2 comments 3 replies
-
@armintan were you able to find a solution to this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The signature is correct. GraphQL accepts an AsyncIterable not AsyncIterator. You can return |
Beta Was this translation helpful? Give feedback.
1 reply
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 get the simple subscription server below to compile, but I'm getting the following error:
Found 1 error.
Here is the straightforward apollo server code:
An here is the codegen.yml:
I could not find any examples, nor any hint in the documentation of how to solve this typescript problem.
Any hints, what I did wrong or how to make the code compile without errors?
Beta Was this translation helpful? Give feedback.
All reactions