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