Guide
Parameters separate request-specific values from the operation tree. A request carries
both parameters and parameter_types, allowing the runtime to validate values before
execution and reuse a stable query shape.
Define and bind parameters
Supported parameter families
booli64,f64, andf32stringdate_timebytes- generic property
value - typed objects and arrays
Query names
query_name is optional diagnostic metadata. It does not create a stored endpoint.
Unnamed requests serialize it as null.
Next steps
Writing data
Pass runtime values into create, update, and delete operations.
Reading data
Apply parameters to indexed sources and filters.