ethdev279

Results 3 issues of ethdev279

I'm trying to use graphql shield with envelop's `useLazyLoadedSchema` to use public and private schema's conditionally based on authorization passed to context like below ```js const permissions = shield({ Query...

it looks a bit weird to call login every time we need to do operations. having client interface logged in on a global level would be more helpful so that...

### Discussed in https://github.com/n1ru4l/envelop/discussions/2363 Originally posted by **ethdev279** January 11, 2025 I’m using `@envelop/generic-auth` in my GraphQL Yoga server, following [this example](https://github.com/dotansimha/graphql-yoga/blob/main/examples/generic-auth/src/app.ts). I’ve set `mode` to `protect-granular`, expecting the `resolveUserFn`...