Skip to content

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.