mirror of
https://github.com/vale981/grapher
synced 2025-03-12 13:56:38 -04:00
11 lines
No EOL
219 B
JavaScript
11 lines
No EOL
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'
|
|
}
|
|
}); |