graphql schema:带有验证的GitHub的GraphQL模式。自动更新 源码
图形学模式 带有验证的GitHub的GraphQL模式。自动更新。 用法 验证 const { validate } = require ( "@octokit/graphql-schema" ) ; const errors = validate ( ` { viewer { login } } ` ) ; // errors is array. Contains errors if any 您还可以直接将当前模式作为JSON或加载。 const { schema } = require ( "@octokit/graphql-schema" ) ; schema . json ; // JSON version schema . idl ; // IDL version 模式作为类型 import { graphql } from "@octokit/graphql"
文件列表
graphql-schema-master.zip
(预估有个23文件)
graphql-schema-master
bin
download.js
1KB
index.js
258B
package.json
2KB
schema.json
3.16MB
.github
workflows
update.yml
2KB
test.yml
376B
暂无评论