Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema generation at compile time? #489

Open
jamesdh opened this issue Mar 7, 2024 · 0 comments
Open

Schema generation at compile time? #489

jamesdh opened this issue Mar 7, 2024 · 0 comments

Comments

@jamesdh
Copy link

jamesdh commented Mar 7, 2024

Many of the leading JVM frameworks have moved towards AOT optimizations through the use of annotation processors as opposed to using reflection. Micronaut was created around this concept, and it was also introduced in Spring 6.

Any thoughts to adopting a similar approach? Doing so would decrease startup time in production environments, potentially dramatically. Also, while I haven't really dabbled with native images yet, it should make it easier to make use of them.

P.S. love the project. As far as I'm concerned, this is the easiest/quickest way to get started with GraphQL on the JVM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant