I am throwing this when the jwt-token has expired: throw new AuthenticationError(‘Token expired’); which comes from import { AuthenticationError } from ‘apollo-server-errors’; Every time a user is facing this, the…Read moreDisable stack traces from graphql errors in NestJs