Replies: 1 comment 5 replies
-
Generally just adding |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't figure out how to make my existing apollo 2 plugins work with apollo server 3. Everything I did turned into a type nightmare. The major issue was the requirement that all plugins had to be async now which totally screwed up everything I was doing.
Ended up just disabling my logging and error reporting plugin because I didn't feel like going through nine layers of type definitions to figure out what I was missing. Just don't have the time or money to be searching through type files to see what the magic types are to pass to Promise.resolve() that will make TS stop yelling at me.
Is anyone else having problems with the apollo 3 upgrade?
Beta Was this translation helpful? Give feedback.
All reactions