@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value={graphql.GraphQL.class,org.springframework.graphql.test.tester.GraphQlTester.class}) @AutoConfigureAfter(value=GraphQlAutoConfiguration.class) public class GraphQlTesterAutoConfiguration extends Object
GraphQlTester
.Constructor and Description |
---|
GraphQlTesterAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.graphql.test.tester.GraphQlTester |
graphQlTester(org.springframework.graphql.GraphQlService graphQlService) |
@Bean @ConditionalOnBean(value=org.springframework.graphql.GraphQlService.class) @ConditionalOnMissingBean public org.springframework.graphql.test.tester.GraphQlTester graphQlTester(org.springframework.graphql.GraphQlService graphQlService)