-
I am wondering if there is a way to use the GraphQL Yoga PubSub bus as a custom PubSub system in TypeGraphQL. TypeGraphQL requires the custom PubSub integration to implement the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@beeirl You would need to write some glue code for that. The issue I see here is that the implementation within
We don't plan to adapt/implement |
Beta Was this translation helpful? Give feedback.
@beeirl You would need to write some glue code for that.
The issue I see here is that the implementation within
TypeGraphQL
is based upon the unmaintained packageapollographql/graphql-subscriptions
, which has multiple issues IMHO:We don't plan to adapt/implement
PubSubEngine
within Yoga.