()
| 1681 | ): Relationships | undefined => useCreate(store, create, createDeps); |
| 1682 | |
| 1683 | export const useRelationshipsIds: typeof useRelationshipsIdsDecl = () => |
| 1684 | useThingIds(OFFSET_RELATIONSHIPS); |
| 1685 | |
| 1686 | export const useRelationships: typeof useRelationshipsDecl = ( |
| 1687 | id?: Id, |
searching dependent graphs…