( relationshipsId: Id, relationships: Relationships, )
| 1365 | useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS); |
| 1366 | |
| 1367 | export const useProvideRelationships = ( |
| 1368 | relationshipsId: Id, |
| 1369 | relationships: Relationships, |
| 1370 | ): void => |
| 1371 | useProvideThing(relationshipsId, relationships, OFFSET_RELATIONSHIPS); |
| 1372 | |
| 1373 | export const useRelationshipIds = ( |
| 1374 | relationshipsOrRelationshipsId?: MaybeRelationshipsOrRelationshipsId, |
searching dependent graphs…