gql query builder::wrench:简单的GraphQL查询生成器 源码
GraphQL查询生成器 一个简单的辅助函数,可使用纯JavaScript对象(JSON)生成GraphQL查询。 用法 安装 npm install gql-query-builder --save或yarn add gql-query-builder 入门 您还可以单独导入query , mutation或subscription : import { query , mutation , subscription } from 'gql-query-builder' query ( options : object ) mutation ( options : object ) su
文件列表
gql-query-builder-master.zip
(预估有个26文件)
gql-query-builder-master
.gitignore
58B
tsconfig.json
402B
README.md
12KB
.github
workflows
npm-publish.yml
867B
.prettierrc
29B
LICENSE
1KB
package.json
1KB
暂无评论