Authentication/authorisation for graphql on the backend is failing.
Token based authorisation works well with graphql for single level resolvers. Once we have child resolvers, for each child resolver we get the error:

Apollo seems to try to apply the guard to each of its children, rather than only on root level.
Authentication/authorisation for graphql on the backend is failing.
Token based authorisation works well with graphql for single level resolvers. Once we have child resolvers, for each child resolver we get the error:
Apollo seems to try to apply the guard to each of its children, rather than only on root level.