Skip to content
Igor Dianov edited this page May 29, 2024 · 3 revisions

The GraphQL JPA Query engine automatically generates your GraphQL schema and resolvers based on your JPA annotated entity models in your project. You don’t need to write a GraphQL schema or resolvers by hand. See How GraphQL JPA Query engine works for more details.

The GraphQL JPA Query engine lets you do anything you would usually do with JPA queries by giving you GraphQL over native JPA criteria query constructs.

See: