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.
pub async fn get_referring_objects<C>(
object_id: ObjectId,
db: &C,
) -> MetaResult<Vec<PartialObject>>where
C: ConnectionTrait,
List all objects that are using the given one.