pub async fn find<S: StorageAdapter>(
storage: &S,
class_name: &str,
constraints: Vec<Constraint>,
options: QueryOptions,
scope: &AclScope,
) -> Result<Vec<ParseMap>, ParseError>Expand description
Find objects.
pub async fn find<S: StorageAdapter>(
storage: &S,
class_name: &str,
constraints: Vec<Constraint>,
options: QueryOptions,
scope: &AclScope,
) -> Result<Vec<ParseMap>, ParseError>Find objects.