You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a BeanFactoryInitializationAotProcessor in Spring for GraphQL that registers RuntimeHints for controllers, @SchemaMapping + @BatchMapping methods, Java application types tied to the GraphQL schema and proxying support for @ProjectedPayload support. This should be done as part if this issue.
Since Spring Framework has been working on AOT and GraalVM Native Image support, we should consider improvements to make this work in time for 1.1.0.
Right now we're identifying several tasks:
BeanFactoryInitializationAotProcessorin Spring for GraphQL that registersRuntimeHintsfor controllers,@SchemaMapping+@BatchMappingmethods, Java application types tied to the GraphQL schema and proxying support for@ProjectedPayloadsupport. This should be done as part if this issue.