UNPKG

@omnigraph/json-schema

Version:

This package generates GraphQL Schema from JSON Schema and sample JSON request and responses. You can define your root field endpoints like below in your GraphQL Config for example;

4 lines (3 loc) 170 B
import Ajv from 'ajv'; import { GraphQLScalarType } from 'graphql'; export declare function getJSONSchemaStringFormatScalarMap(ajv: Ajv): Map<string, GraphQLScalarType>;