pub fn query(fields: &mut Vec<Field>, body: &Body) -> Vec<QueryResult>Expand description
given a vector of Fields return a vector of QueryResults
a result vector with multiple results indicates that multiple entities matched the provided filter
pub fn query(fields: &mut Vec<Field>, body: &Body) -> Vec<QueryResult>given a vector of Fields return a vector of QueryResults
a result vector with multiple results indicates that multiple entities matched the provided filter