UNPKG

graphql-2-json-schema

Version:
8 lines (6 loc) 199 B
import { GraphQLSchema } from 'graphql' import { JSONSchema6 } from 'json-schema' export const fromIntrospectionQuery = (schema: GraphQLSchema): JSONSchema6 => { // TODO: implement. return {} }