payment
This commit is contained in:
@@ -11,7 +11,6 @@ export class HttpExceptionFilter implements ExceptionFilter {
|
||||
// In GraphQL context, host is actually an ExecutionContext
|
||||
const gqlContext = GqlExecutionContext.create(host as ExecutionContext);
|
||||
if (gqlContext && gqlContext.getInfo()) {
|
||||
console.log('GraphQL context**');
|
||||
// For GraphQL, let the exception propagate - GraphQL will handle it automatically
|
||||
// We can't use HTTP response methods in GraphQL context
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user