Tag: apollo-angular
-
Unhandled GraphQL subscription error, when using apollos subscribeToMore method in an angular chat component for subscription
5 Problem Description I have a chat component in angular that gets messages from the backend via a graphql query. On the same query, I subscribe to updates when a new message is added via a graphql mutation. The messages subscription is coded as a method of the chat component so that I can invoke…