grapher/lib/query/testing/bootstrap/comments/collection.js

6 lines
No EOL
156 B
JavaScript

import CommentSchema from './schema.js';
const Comments = new Mongo.Collection('comments');
export default Comments;
Comments.attachSchema(CommentSchema);