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;

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