Closed
Description
ExecutionGraphQlServiceTester
is used for focused tests with @GraphQlTest
slice tests. Without an underlying transport, and the ability to register an interceptor, it becomes a challenge to customize the ExecutionInput
and one has to do something like the suggestion in #601 (comment).
We should expose an option on the ExecutionGraphQlServiceTester.Builder
that accepts a configurer of the ExecutionInput
, and does the wrapping necessary to set that configurer on the request.