Annotation Interface AutoConfigureGraphQlTester
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureGraphQlTester
Annotation that can be applied to a test class to enable a
GraphQlTester
.- Since:
- 2.7.0
- Author:
- Brian Clozel
- See Also: