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

5 lines
No EOL
76 B
JavaScript

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