1. 首页
  2. 数据库
  3. 其它
  4. graphql to json schema:GraphQL架构到JSON架构 源码

graphql to json schema:GraphQL架构到JSON架构 源码

上传者: 2021-02-15 21:21:37上传 ZIP文件 82.34KB 热度 23次
GraphQL架构到JSON架构 graphql-2-json-schema软件包 将GraphQL Schema自检文件转换为有效的JSON Schema。 用法 import { graphqlSync , introspectionQuery , IntrospectionQuery } from 'graphql' ; import { fromIntrospectionQuery } from 'graphql-2-json-schema' ; // schema is your GraphQL schema. const introspection = g
用户评论