( id?: Id, )
| 1684 | useThingIds(OFFSET_RELATIONSHIPS); |
| 1685 | |
| 1686 | export const useRelationships: typeof useRelationshipsDecl = ( |
| 1687 | id?: Id, |
| 1688 | ): Relationships | undefined => useThing(id, OFFSET_RELATIONSHIPS); |
| 1689 | |
| 1690 | export const useRelationshipsOrRelationshipsById: typeof useRelationshipsOrRelationshipsByIdDecl = |
| 1691 | ( |
searching dependent graphs…