I would like to use `@auth` without having to make a trip to the db on each request. My expected behavior: `context.userId` would be populated by `jwtData` and the `@auth` directive would work when `excludeAddUserInContext: true`
I would like to use
@authwithout having to make a trip to the db on each request.My expected behavior:
context.userIdwould be populated byjwtDataand the@authdirective would work whenexcludeAddUserInContext: true