文件名称:graphql-lodash:with使用lodash语法对GraphQL查询进行数据处理
文件大小:1.8MB
文件格式:ZIP
更新时间:2024-02-20 07:45:56
api graphql functional-programming lodash APITypeScript
GraphQL Lodash 在GraphQL查询中释放的功能 目录 (tl; dr not ) 为什么? GraphQL允许您询问您需要什么并得到确切的信息。 但是形状呢? GraphQL Lodash给你的权力lodash就在您的GraphQL查询中使用@_指令。 注意:这是一个实验项目,旨在探索查询和转换并置的概念。 我们鼓励您在我们的尝试它或查看详细的。 查询示例 以下是一些可以针对StartWars API运行的查询示例: 寻找人口最多的星球 获取性别统计 将角色映射到电影中的角色 安装 npm install --save graphql-lodash 要么 yarn add graphql-lodash API graphqlLodash(query, [operationName]) 查询(必填)-查询字符串或查询AST operationName (可选)-仅当查询包含多个操作时才需要 退货 { query: string|object, transform: Function } 查询-剥去原始查询@_指令 transform-接收respons
【文件预览】:
graphql-lodash-master
----docs()
--------lodash.gif(1.47MB)
--------relay-architecture.png(72KB)
--------people_to_films.png(182KB)
--------planet_with_max_population.png(98KB)
--------gender_stats.png(97KB)
--------gqlodash-logo.png(36KB)
----package.json(2KB)
----LICENSE(1KB)
----src()
--------lodash_idl.ts(2KB)
--------transformations.ts(3KB)
--------index.ts(7KB)
----.npmignore(46B)
----tsconfig.json(478B)
----.gitignore(608B)
----webpack.config.js(517B)
----demo()
--------custom.d.ts(67B)
--------queries.ts(1KB)
--------index.html(3KB)
--------tsconfig.json(421B)
--------index.tsx(4KB)
--------webpack.demo.js(835B)
----README.md(7KB)
----yarn.lock(176KB)