-
Notifications
You must be signed in to change notification settings - Fork 54
Schema Basics
Igor Dianov edited this page May 29, 2024
·
2 revisions
During the startup of the application, the JPA entity models are introspected using a JPA Entity Manager to auto-generate a GraphQL Schema. After that, you can use GraphQL schema to execute GraphQL query against your data.