Express とmongoose を使用して、graphQL ルートをセットアップしようとしていgraffiti
ます。
ただし、次のエラーが表示されます。
Error: myColl.myField field type must be Output Type but got: undefined.
at invariant (/Users/nha/.../node_modules/graphql/jsutils/invariant.js:20:11)
at /Users/nha/.../node_modules/graphql/type/definition.js:299:39
マングース スキーマでは、タイプは :type : Schema.Types.ObjectId
です。他のものに変更する必要がありますか?
バージョンは次のとおりです。
"@risingstack/graffiti": "^1.0.2"
"@risingstack/graffiti-mongoose": "^3.1.1"
"mongoose": "~3.6.20"