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) 175 B
import { GraphQLInputType, GraphQLSchema } from 'graphql'; export declare function resolveDataByUnionInputType(data: any, type: GraphQLInputType, schema: GraphQLSchema): any;