graphql to json schema:GraphQL架构到JSON架构 源码
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
用户评论