文件名称:fastify-apollo:在Fastify上运行Apollo服务器
文件大小:37KB
文件格式:ZIP
更新时间:2024-02-24 20:54:42
graphql apollo-server fastify GraphQLJavaScript
- 安装 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 {
【文件预览】:
fastify-apollo-master
----.travis.yml(106B)
----index.js(987B)
----test.js(4KB)
----package.json(966B)
----LICENSE(1KB)
----package-lock.json(159KB)
----schemas.js(1KB)
----example.js(964B)
----graphql.js(2KB)
----.gitignore(905B)
----graphiql.js(773B)
----README.md(1KB)
----.editorconfig(148B)
----.vscode()
--------settings.json(29B)