Frodo Library - v4.8.5
    Preparing search index...

    Function inferManagedObjectSchemaRelationshipReverseIdentity

    • Infers a relationship property's reverse side (type + property name) from its own definition -- the source of truth withReverse reads from on update/remove, needing no separate identity parameters.

      Parameters

      • property: Record<string, unknown>

      Returns { propertyName: string; type: string }