pub async fn get<S: StorageAdapter>(
ctx: &Ctx<'_, S>,
class_name: &str,
object_id: &str,
options: FindOptions,
) -> Result<ParseMap, ParseError>Expand description
Fetch one object by id.
pub async fn get<S: StorageAdapter>(
ctx: &Ctx<'_, S>,
class_name: &str,
object_id: &str,
options: FindOptions,
) -> Result<ParseMap, ParseError>Fetch one object by id.