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

5 lines
No EOL
76 B
JavaScript

export default new SimpleSchema({
title: {
type: String
}
})