Skip to main content

owning_ids

Function owning_ids 

Source
pub async fn owning_ids<S: StorageAdapter>(
    storage: &S,
    owning_class: &str,
    key: &str,
    related_ids: &[String],
) -> Result<Vec<String>, ParseError>
Expand description

The owning objectIds that relate to any of these ids. owningIds (DatabaseController.js:1036-1045).