文件名称:awesome-graphql-client:具有对NodeJS和浏览器的文件上传支持的GraphQL Client
文件大小:493KB
文件格式:ZIP
更新时间:2024-05-04 01:46:25
TypeScript
很棒的GraphQL客户端 具有对NodeJS和浏览器的文件上传支持的GraphQL Client 特征 支持 可在浏览器和NodeJS中使用 零依赖 体积小(大约压缩2Kb) 完整的打字稿支持 支持由生成的查询 支持GraphQL GET请求 与React 结合使用,非常适合React应用。 请参阅 安装 npm install awesome-graphql-client 快速开始 浏览器 import { AwesomeGraphQLClient } from 'awesome-graphql-client' const client = new AwesomeGraphQLClient ( { endpoint : '/graphql' } ) // Also query can be an output from graphql-tag (see examples below)
【文件预览】:
awesome-graphql-client-master
----renovate.json(540B)
----.babelrc.js(243B)
----package.json(2KB)
----.eslintrc.json(693B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----.prettierignore(84B)
----LICENSE(1KB)
----package-lock.json(1.12MB)
----src()
--------__tests__()
--------AwesomeGraphQLClient.ts(7KB)
--------GraphQLRequestError.ts(510B)
--------util()
--------jest()
--------index.ts(303B)
----jest.config.json(147B)
----tsconfig.json(462B)
----examples()
--------auth-with-jwt.ts(3KB)
--------next.js()
----.gitignore(27B)
----CHANGELOG.md(3KB)
----README.md(8KB)
----.gitattributes(54B)
----tsconfig.build.json(95B)
----.prettierrc.json(215B)