messabih
Results
1
comments of
messabih
@G0maa I've encountered this issue before. I resolved it by creating a custom exception handler. Here's the implementation: ```typescript import { Catch, ArgumentsHost } from '@nestjs/common'; import { GqlArgumentsHost, GqlExceptionFilter...