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

10 lines
No EOL
167 B
JavaScript

export default new SimpleSchema({
name: {
type: String
},
profile: {
type: Object,
blackbox: true,
optional: true
}
});