This annotation can be applied to some Configuration annotated class with packages to scan interfaces, as below. This annotation add the configuration to add both reactive and non-reactive GraphQL repositories. @EnableGraphQLRepositories({ "a.b.c.graphqlrepositories", "x.y.z.graphqlrepositories" }) *
  • Element Details

    • value

      @AliasFor("basePackages") String[] value
      Default:
      {}
    • basePackages

      @AliasFor("value") String[] basePackages
      Default:
      {}