Skip to content

Commit

Permalink
Revert "Export TypeKind as value (graphql#3178)"
Browse files Browse the repository at this point in the history
This reverts commit 40db639.
  • Loading branch information
Drama123543 committed Jul 2, 2021
1 parent 9cc3736 commit e101e08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/type/index.ts
Expand Up @@ -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';

0 comments on commit e101e08

Please sign in to comment.