diff --git a/src/type/index.ts b/src/type/index.ts index 5686fd71f9..d137573d0a 100644 --- a/src/type/index.ts +++ b/src/type/index.ts @@ -166,13 +166,16 @@ export { __InputValue, __EnumValue, __TypeKind, - /** "Enum" of Type Kinds */ - TypeKind, /** Meta-field definitions. */ SchemaMetaFieldDef, TypeMetaFieldDef, TypeNameMetaFieldDef, } from './introspection'; +export type { + /** "Enum" of Type Kinds */ + TypeKind, +} from './introspection'; + /** Validate GraphQL schema. */ export { validateSchema, assertValidSchema } from './validate';