Skip to content

Commit

Permalink
Export TypeKind as value
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Jun 14, 2021
1 parent 632c0d8 commit 93230d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/type/index.ts
Original file line number Diff line number Diff line change
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 93230d9

Please sign in to comment.