Skip to main content

CRUD & Querying

This section covers CRUD and querying via Generated APIs — typed endpoints auto-generated from your table schemas.

APIEndpointBest for
Generated GraphQL/endpoint/graphql/.../head, /draft, or specific revisionFrontend apps, typed queries
Generated REST/endpoint/rest/.../head, /draft, or specific revisionBackend services, REST consumers, typed OpenAPI

For full platform management (create/delete tables, rename, schema changes, search, commits), see System API. For AI agents, see MCP.

Operations

CRUD

Create, read, update, patch, and delete rows — single and bulk operations.

Querying

FeatureDescription
FilteringWHERE conditions — string, numeric, boolean, array, logical operators
SortingOrder by system or data fields with type casting
PaginationCursor-based (Relay-style) forward pagination
RelationshipsAuto-resolved FK fields in GraphQL queries