grapher/lib/query/testing/bootstrap/security/links.js

9 lines
No EOL
174 B
JavaScript

import { Items, SubItems } from './collection';
Items.addLinks({
'subitems': {
collection: SubItems,
field: 'subitemsIds',
type: 'many'
}
});