1. 首页
  2. 数据库
  3. 其它
  4. fastify apollo:在Fastify上运行Apollo服务器 源码

fastify apollo:在Fastify上运行Apollo服务器 源码

上传者: 2021-02-06 21:20:44上传 ZIP文件 37.48KB 热度 9次
- 安装 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 {
用户评论