djlfb

Results 2 comments of djlfb

This is also causing problems for us, we have our own error shape. Setting `GraphQLError::getErrorType` to return `null` will allow us to bypass the instrumentation but this isn't ideal. Could...

@srinivasankavitha I appreciate the rationale, but for us it isn't ideal. We have our own `DataFetcherExceptionHandler` implementation and don't use `DefaultDataFetcherExceptionHandler` as a result of our requirements. By setting a...