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