批注接口 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.- 从以下版本开始:
- 2.7.0
- 作者:
- Brian Clozel
- 另请参阅: