UNPKG

get-graphql-from-jsonschema

Version:

get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.

9 lines (8 loc) 209 B
import { ScalarType } from './Types/ScalarType'; declare const handleScalarType: ({ type }: { type: ScalarType; }) => { typeName: string; typeDefinitions: string[]; }; export { handleScalarType };