We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd8158 commit 40db639Copy full SHA for 40db639
src/type/index.ts
@@ -166,16 +166,13 @@ export {
166
__InputValue,
167
__EnumValue,
168
__TypeKind,
169
+ /** "Enum" of Type Kinds */
170
+ TypeKind,
171
/** Meta-field definitions. */
172
SchemaMetaFieldDef,
173
TypeMetaFieldDef,
174
TypeNameMetaFieldDef,
175
} from './introspection';
176
-export type {
- /** "Enum" of Type Kinds */
177
- TypeKind,
178
-} from './introspection';
179
-
180
/** Validate GraphQL schema. */
181
export { validateSchema, assertValidSchema } from './validate';
0 commit comments