pub fn synthesize_list_query(input: &RpcListInput) -> Option<String>Expand description
Synthesize a URL query string from an RpcListInput in exactly the
shape the macro-generated parse_model_list_query parses. Returns
None when the input has no fields set (the existing handler treats a
missing query the same as an empty one — no point allocating).