标签: node.js graphql node-modules
This is my app.js file
This is my schema.js file
I am facing this error don't know to resolve
答案 0 :(得分:0)
在您的 schema.js 中,BookType 对象未使用。在 RootQuery 字段对象中,类型属性不应位于双引号内。撤消它。它应该是这样的。希望它会有所帮助。 How to set type property within a graphql object
BookType
RootQuery