Getting Started
Pylo turns the data schema you define in the admin panel into a GraphQL API. Everything the admin panel does, the API does: no hidden endpoints, no restricted operations.
Start with a quickstart, then work through the feature sections:
Next.js Quickstart
Type-safe data access and React Query hooks for Next.js apps
Learn more
Node Quickstart
Server-side data access with API key auth, for backends and scripts
Learn more
Concepts
Entities, relations, and how type safety flows from your schema
Learn more
GraphQL Reference
Direct HTTP access from any language
Learn more