-
Notifications
You must be signed in to change notification settings - Fork 54
How It Works
Igor Dianov edited this page May 29, 2024
·
1 revision
The GraphQL JPA Query engine automatically generates a unified GraphQL schema from your JPA entity sources allowing you to connect data together and work with it faster and more powerfully than ever before. GraphQL JPA Query also integrates with the Spring GraphQL framework features and services to provide a full-featured backend engine for powering your API.
Given a JPA entity schema, the GraphQL JPA Query Engine automatically generates a GraphQL schema and processes GraphQL queries, subscriptions. and mutations.
By default, GraphQL JPA Query supports PostgreSQL and multiple other databases via Hibernate ORM.