gschei

Results 1 issues of gschei

Currently if a resolver throws a NullPointerException it cannot be handled by the ErrorHandler, because GraphqlErrorBuilder has a assertNotNull on the message and NullPointerException does not return a Message. Assert.assertNotNull(this.message,...

enhancement