( relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId, )
| 1700 | useProvideThing(relationshipsId, relationships, OFFSET_RELATIONSHIPS); |
| 1701 | |
| 1702 | export const useRelationshipIds: typeof useRelationshipIdsDecl = ( |
| 1703 | relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId, |
| 1704 | ): Ids => |
| 1705 | useListenable( |
| 1706 | RELATIONSHIP + IDS, |
| 1707 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 1708 | ReturnType.Array, |
| 1709 | ); |
| 1710 | |
| 1711 | export const useRemoteRowId: typeof useRemoteRowIdDecl = ( |
| 1712 | relationshipId: Id, |
searching dependent graphs…