Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Apr 5, 2022
1 parent fcb08f8 commit 9b38f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/type/introspection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ import { print } from '../language/printer';

import { astFromValue } from '../utilities/astFromValue';

import {
import type {
GraphQLEnumValue,
GraphQLField,
GraphQLFieldConfigMap,
GraphQLInputField,
GraphQLNamedType,
GraphQLType,
isCompositeType,
} from './definition';
import {
GraphQLEnumType,
GraphQLList,
GraphQLNonNull,
GraphQLObjectType,
isAbstractType,
isCompositeType,
isEnumType,
isInputObjectType,
isInterfaceType,
Expand Down

0 comments on commit 9b38f86

Please sign in to comment.