文件名称:graphql-query-cost:Graphql查询成本分析工具
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-30 05:45:10
JavaScript
graphql查询成本 Graphql成本分析实用程序。 特征 模式的成本指令 从模式中提取成本指令 从架构中提取成本指令值作为成本映射 基于架构和成本映射的查询成本计算 原料药 在API文档中,@ pipedrive / graphql-query-cost称为queryCost ,就好像它是通过以下方式导入的: const queryCost = require ( '@pipedrive/graphql-query-cost' ) ; queryCost.costDirective 一个定制的graphql指令,用于直接在模式中定义费用。 const schema = ` ${ queryCost . costDirective } type Greeting { id: ID name: String } type Query { he
【文件预览】:
graphql-query-cost-master
----.travis.yml(279B)
----.nvmrc(2B)
----pull_request_template.md(116B)
----package.json(1KB)
----Jenkinsfile(67B)
----test()
--------unit()
----.prettierignore(45B)
----LICENSE(1KB)
----package-lock.json(270KB)
----examples()
--------README.md(202B)
--------express-apollo()
----.gitignore(137B)
----CHANGELOG.md(853B)
----lib()
--------costExtractor.js(3KB)
--------index.js(175B)
--------calculateCost.test.js(15KB)
--------costExtractor.test.js(3KB)
--------calculateCost.js(709B)
--------costVisitor.js(7KB)
--------costDirective.js(182B)
----README.md(10KB)
----.editorconfig(424B)
----CODEOWNERS(25B)