Alex Hays
Alex Hays
You need to add a `fields` method when declaring a `new GraphQLObjectType` So in the file `./server/schema/types/root_query_type.js` you need to import some type, say `GraphQLString`, and add the fields key...
Before running you could `rm -rf node_modules` and only install production deps to remove false positives: `NODE_ENV=production npm install`
For anyone who runs into this - remove `publisher: ""` (also true for `email` and `url`) entirely from the customFormat.json and it will be correctly written to the file. Adding...