fastify apollo:在Fastify上运行Apollo服务器 源码
- 安装 npm install --save fastify fastify-apollo graphql 注册插件 fastify . register ( require ( "fastify-apollo" ) , { graphql : { schema , rootValue } , graphiql : { endpointURL : "/" } , prefix : "/api" , printSchema : true // `/api/schema` } ) ; GraphQL 从Apollo扩展 。 const {
下载地址
用户评论