QUESTPIE
Reference

API Reference

Complete API reference for QUESTPIE — all builders, factories, types, and configuration options.

Comprehensive reference for every QUESTPIE API surface. Each page covers function signatures, all options, and code examples.

Core Builders

PageDescription
Collection APIcollection() builder — fields, hooks, access, search, indexes
Global APIglobal() builder — singleton data models
Field APIAll field constructors (f.text(), f.number(), etc.) and chainable options
Routes APIroute() builder — HTTP methods, schema, handler
Hooks APILifecycle hooks — execution order, context, all hook types

Runtime & Config

PageDescription
Config APIruntimeConfig() — database, storage, email, queue, realtime, KV
CRUD APICollection CRUD operations — find, findById, create, update, delete
Query OperatorsAll where operators per field type — equals, contains, gt, lt, between, etc.

Extensibility

PageDescription
Plugin APICodegenPlugin interface — categories, discovery, scaffolds
Admin APIAdmin conventions — field(), view(), page(), widget() client factories
Infrastructure APIService adapter interfaces — email, queue, search, storage, KV, realtime

Other

PageDescription
Error CodesAll error codes and their meanings
CLICLI commands — generate, migrate, seed, add

On this page