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

5 lines
No EOL
76 B
JavaScript

export default new SimpleSchema({
text: {
type: String
}
});