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
See Also:
  • GraphQlTest
  • CodecsAutoConfiguration
  • ValidationAutoConfiguration
  • GraphQlAutoConfiguration