标签: javascript node.js graphql apollo-server
我试图了解如何将我的猫鼬模型传递给解析器。到目前为止,我知道3种方式:
context
ApolloServer
dataSource
apollo-datasource
那么哪种方法适合将数据模型传递给解析器?