( relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId, )
| 1360 | ): Accessor<Relationships | undefined> => useThing(id, OFFSET_RELATIONSHIPS); |
| 1361 | |
| 1362 | export const useRelationshipsOrRelationshipsById = ( |
| 1363 | relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId, |
| 1364 | ): Accessor<Relationships | undefined> => |
| 1365 | useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS); |
| 1366 | |
| 1367 | export const useProvideRelationships = ( |
| 1368 | relationshipsId: Id, |
no test coverage detected
searching dependent graphs…