()
| 1354 | ): Accessor<Relationships | undefined> => useCreate(store, create); |
| 1355 | |
| 1356 | export const useRelationshipsIds = () => useThingIds(OFFSET_RELATIONSHIPS); |
| 1357 | |
| 1358 | export const useRelationships = ( |
| 1359 | id?: MaybeAccessor<Id | undefined>, |
searching dependent graphs…