This commit introduces the auto-configuration infrastructure for testing Spring GraphQL applications with mock/embedded servers. The new `@AutoConfigureGraphQlTester` annotation can contribute a `GraphQlTester` bean to the test context for testing the application. Closes gh-46