
The GraphQL integration connects Jet Admin to any GraphQL endpoint, so you can run queries, execute mutations, and inspect the schema directly from a Jet Admin app instead of writing a custom client. It's a way to fetch related data in a single request and build on top of an API you already have.
Once connected, GraphQL data can be joined to records in your own database, scoped by role, and used in a form or approval workflow. Every action is recorded in Jet Admin's audit log alongside the rest of your app's activity.
Key benefits
How to connect Jet Admin with GraphQL