Subscription and multiple schemas #6563
Unanswered
MarnixSnake
asked this question in
Q&A
Replies: 1 comment
-
I've had similar issue but resolved, are you able to share what's in your |
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
-
I've made a new setup and everything is working fine for me:
But this will be part of multiple schemas. I used AddLocalSchema to combine multiple schema's. The new setup:
Note that this is working fine with query and mutation, but that I'm receiving an error on the subscription: "You must declare a subscribe resolver for subscription fields." Any suggestions to declare the resolver?
Beta Was this translation helpful? Give feedback.
All reactions