MCPcopy Create free account
hub / github.com/alephdata/aleph / entityReferencesQuery

Function entityReferencesQuery

ui/src/queries.js:184–186  ·  view source on GitHub ↗
(entityId)

Source from the content-addressed store, hash-verified

182}
183
184export function entityReferencesQuery(entityId) {
185 return entityExpandQuery(entityId, [], 0);
186}
187
188export function entityReferenceQuery(location, entity, reference) {
189 const context = {

Callers 2

selectEntityReferencesFunction · 0.90
mapStateToPropsFunction · 0.90

Calls 1

entityExpandQueryFunction · 0.85

Tested by

no test coverage detected