mirror of
https://github.com/vale981/grapher
synced 2025-03-09 12:26:40 -04:00
9 lines
No EOL
174 B
JavaScript
9 lines
No EOL
174 B
JavaScript
import { Items, SubItems } from './collection';
|
|
|
|
Items.addLinks({
|
|
'subitems': {
|
|
collection: SubItems,
|
|
field: 'subitemsIds',
|
|
type: 'many'
|
|
}
|
|
}); |