( id?: MaybeAccessor<Id | undefined>, )
| 1356 | export const useRelationshipsIds = () => useThingIds(OFFSET_RELATIONSHIPS); |
| 1357 | |
| 1358 | export const useRelationships = ( |
| 1359 | id?: MaybeAccessor<Id | undefined>, |
| 1360 | ): Accessor<Relationships | undefined> => useThing(id, OFFSET_RELATIONSHIPS); |
| 1361 | |
| 1362 | export const useRelationshipsOrRelationshipsById = ( |
| 1363 | relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId, |
searching dependent graphs…