graphql-maven-plugin is a Maven Plugin for GraphQL, based on graphql-java. It accelerates the development for both the client and the server, by generating the Java code. It allows a quicker development when in contract-first approach, by avoiding to code the boilerplate code.
In order to optimise application, attempting to generate native image of application (spring 3 aot).
Declared the class annoted with @GraphQLRepository as a proxy. The application will not start in native mode as it cannot find bean of the annoted class autowired into an other bean.
Is it possible to add support for native mode ? Or is suggested configuration to use @GraphQLRepository in spring native mode.
In order to optimise application, attempting to generate native image of application (spring 3 aot).
Declared the class annoted with @GraphQLRepository as a proxy. The application will not start in native mode as it cannot find bean of the annoted class autowired into an other bean.
Is it possible to add support for native mode ? Or is suggested configuration to use @GraphQLRepository in spring native mode.