Ryan Cole
Ryan Cole
@fhd fine with me
This is still happening. Please update the link.
Sorry about how possibly verbose this explanation is, but I'm just trying to provide enough to show you my situation. Here is a link to where I use the react-relay-network-layer...
Just another reply trying to explain my issue. I'm needing to be able to provide `rootValue` but a single instance of it to all express-graphql handlers. I essentially need to...
I think I could just make an express middleware that pins my DataLoaders to the request object, before the react-relay-network-layer code runs, which would make them available to my GraphQL...
Alright well, I went ahead and made this express middleware that creates my DataLoader instances, once per request, and pins them to the request object. https://github.com/ryancole/league/blob/dataloader/src/graphql/util/expressDataLoaderMiddleware.js I'm not sure that...
@nodkz Regarding your question about `rootValue` versus `context`. Based on my understanding, `context` is for session based data, such as current user, etc, while `rootValue` is for "everything else." The...
@nodkz true. I personally don't see the clear difference between `context` and `rootValue`. That was a somewhat ambiguous change to GraphQL, imo. @taion I'll check it out, thanks. @nodkz, I...
> @ryancole Can you share more info about how your app is configured? > > Specifically, anything in `OpenIdConnectOptions` that you're setting would be interesting to look at, as your...
> @ryancole also have you taken a look at http://docs.identityserver.io/en/latest/topics/signout_external_providers.html in case some of this is relevant to your situation I have seen that page before yes but I'm not...