HttpGraphQlTesterAutoConfiguration requires a WebTestClient to be available. The client may be configured to bind to the application, mockMvc, or a running server.
Currently HttpGraphQlTesterAutoConfiguration enables the auto-configuration of MockMvc. This seems to be inconsistent with what we've done recently to make all that opt-in.