( relationshipsId: Id, relationships: Relationships, )
| 1694 | useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS); |
| 1695 | |
| 1696 | export const useProvideRelationships: typeof useProvideRelationshipsDecl = ( |
| 1697 | relationshipsId: Id, |
| 1698 | relationships: Relationships, |
| 1699 | ): void => |
| 1700 | useProvideThing(relationshipsId, relationships, OFFSET_RELATIONSHIPS); |
| 1701 | |
| 1702 | export const useRelationshipIds: typeof useRelationshipIdsDecl = ( |
| 1703 | relationshipsOrRelationshipsId?: RelationshipsOrRelationshipsId, |
searching dependent graphs…