标签: node.js graphql graphql-js sequelize-cli express-graphql
我正在使用join monster并使用graphql进行续集。在加入怪物我必须定义sqltable。喜欢:
sqlTable: "films", uniqueKey: 'id', }``` But i want to declare a object type with no sqltable. How could i do that?