HotChocolate 13 preview 91 broke this library, due to changes with type interceptors. The extension methods on IRequestExecutorBuilder seem to have been removed, and there doesn't appear to be a DelegateSchemaInterceptor anymore.
I've replaced the static interceptor methods with a class extending TypeInterceptor.
Is the ValidationDefaults stuff correct?
I had to comment-out the Fairybread code in the benchmarks – how should that be handled?
HotChocolate 13 preview 91 broke this library, due to changes with type interceptors. The extension methods on
IRequestExecutorBuilder
seem to have been removed, and there doesn't appear to be aDelegateSchemaInterceptor
anymore.I've replaced the static interceptor methods with a class extending
TypeInterceptor
.ValidationDefaults
stuff correct?