Annotation Interface AutoConfigureGraphQl
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureGraphQl
Auto-configuration imports
for typical Spring GraphQL
tests. Most tests should consider using @GraphQlTest
rather than
using this annotation directly.- Since:
- 2.7.0
- Author:
- Brian Clozel
- See Also: