ethdev279

Results 2 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...