Function get_referring_objects

Source
pub async fn get_referring_objects<C>(
    object_id: ObjectId,
    db: &C,
) -> MetaResult<Vec<PartialObject>>
where C: ConnectionTrait,
Expand description

List all objects that are using the given one.