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

10 lines
167 B
JavaScript
Raw Normal View History

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