api-routes-apollo-server-and-client-auth

时间:2024-04-24 07:03:01
【文件属性】:

文件名称:api-routes-apollo-server-and-client-auth

文件大小:13KB

文件格式:ZIP

更新时间:2024-04-24 07:03:01

JavaScript

Apollo服务器和客户端身份验证示例 是GraphQL客户端,可让您轻松地从GraphQL服务器查询所需的确切数据。 除了获取和变异数据外,Apollo还分析您的查询及其结果,以构建您的数据的客户端缓存,该缓存在运行更多查询和变异时保持最新状态。 在这个简单的示例中,我们将Apollo与无缝集成,以在服务器中获取查询并在浏览器中查询。 自己部署 使用部署示例: 如何使用 使用或执行以引导示例: npx create-next-app --example api-routes-apollo-server-and-client-auth api-routes-apollo-server-and-client-auth-app # or yarn create next-app --example api-routes-apollo-server-and-client-auth api-r


【文件预览】:
api-routes-apollo-server-and-client-auth-master
----package.json(512B)
----.env(220B)
----pages()
--------index.js(994B)
--------about.js(223B)
--------signout.js(577B)
--------signup.js(2KB)
--------api()
--------signin.js(2KB)
--------_app.js(331B)
----apollo()
--------client.js(2KB)
--------resolvers.js(1KB)
--------type-defs.js(584B)
--------schema.js(206B)
----.gitignore(386B)
----components()
--------field.js(464B)
----lib()
--------auth.js(846B)
--------user.js(1KB)
--------auth-cookies.js(955B)
--------form.js(317B)
----README.md(2KB)

网友评论