Concepts
Concepts
How mockingpug's schema, relations, storage, and pagination actually work
The model underneath mockingpug. Read these if you want to understand why it behaves the way it does, not just how to call it.
- Schema DSL: every generator type an entity's data block can use.
- Relations & Generation Order: field-level vs. bare cross-entity relations, and how generation order is decided.
- Reconciliation & Storage: how mockingpug decides what to (re)generate, and where data lives.
- Filtering, Sorting & Search: query-string filtering by field, substring search, and sort order, on GET list endpoints.
- Pagination: page / offset / cursor strategies, query param names, and response shape.