pub type CreatePayload = Vec<(String, FilterValue)>;Expand description
Flat column-value payload for a single-row create.
Each tuple is (column_name, value). Codegen emits this as the
Data associated type for every per-model <Model>CreateInput
in phase 5a.
Aliased Typeยง
pub struct CreatePayload { /* private fields */ }