Skip to content

Queries

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

With the GraphQL JPA Query engine, you get powerful, full-coverage queries right out of the box mapped to your relational database backend. You'll be able to query all your related and deeply nested data easily with the power of GraphQL. You'll also be able to aggregate, filter, sort, and paginate results.

All of this is auto-generated and is available over a single GraphQL endpoint - all you have to do is paste in your database connection string and you're good to go!

Clone this wiki locally