UNPKG

get-graphql-from-jsonschema

Version:

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

5 lines (4 loc) 314 B
import { TranslatableScalarTypeJsonSchema } from './Types/TranslatableScalarTypeJsonSchema'; import { TranslatableTypeJsonSchema } from './Types/TranslateableTypeJsonSchema'; declare const hasScalarType: (schema: TranslatableTypeJsonSchema) => schema is TranslatableScalarTypeJsonSchema; export { hasScalarType };