Sandymcp
06/02/2023, 9:02 AMgenerateContext
method (adding the credentials to the context, so that these can be forwarded to other services) and then repeat the same steps in the onOperation
of a custom ApolloSubscriptionHooks
implementation. Intuitively I would expect the generateContext
to always be called for every request, including the subscription connection request, so anything done there does not need to be repeated downstream?