mirror of
https://github.com/vale981/grapher
synced 2025-03-12 22:06:37 -04:00
11 lines
219 B
JavaScript
11 lines
219 B
JavaScript
![]() |
const Demo = new Mongo.Collection('exposure_test');
|
||
|
export default Demo;
|
||
|
|
||
|
const DemoLink = new Mongo.Collection('demo_link');
|
||
|
|
||
|
Demo.addLinks({
|
||
|
children: {
|
||
|
collection: DemoLink,
|
||
|
type: 'many'
|
||
|
}
|
||
|
});
|