Skip to content

Commit

Permalink
Export TypeKind as value (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Jun 16, 2021
1 parent ffd8158 commit 40db639
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/type/index.ts
Expand Up @@ -166,16 +166,13 @@ 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';

0 comments on commit 40db639

Please sign in to comment.