UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

21 lines (20 loc) 744 B
export * from './Infer'; export * from './TObjectConfig'; export * from './ObjectType'; export * from './fields/Infer'; export { objectMetaFieldKey } from './fields/MetaFieldField'; export * from './GraphType/GraphType'; export { CircularDeps } from './CircularDeps'; export * from './fields/IObjectLike'; export * from './applyValidator'; export * from './mockObject'; export * from './fields/FieldType'; export * from './fields/fieldTypes'; export * from './fields/FieldTypeErrors'; export * from './extendObjectDefinition'; export * from './extendType'; export * from './isHiddenFieldName'; export * from './tsfy'; export * from './Resolver'; export * from './createGraphQLSchema'; export type { ResolverKind } from './createGraphQLSchema';