example-app App API reference 

These pages detail the structure and usage of the example-app API, powered by Gadget. The example-app API is a spec-compliant GraphQL API served over HTTP.

Gadget provides rich, type-safe API client libraries generated for JavaScript and TypeScript available at Installing for getting up and running fast.

Get started with a quick tutorial at the Quickstart or learn how to authenticate at Authentication. Make a test request at the API Playground.

Development GraphQL Endpoint
https://example-app--development.gadget.app/api/graphql

Editing the API 

The GraphQL API and wrapping client code are updated immediately as the definition of the application is changed in the Gadget Editor. As you use the editor, refresh these pages, and the types, actions and documentation will update to reflect the new model definitions.