Skip to content

Commit

Permalink
chore: fix problematic definition (graphql#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Jun 11, 2020
1 parent 954aa3d commit 9ad8047
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/graphiql/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { GraphQLType } from 'graphql';
import { ShowHintOptions as HintOptions } from 'codemirror';

export namespace GraphiQL {
export type GetDefaultFieldNamesFn = (type: GraphQLType) => string[];
}

export namespace CodeMirror {
export type ShowHintOptions = HintOptions & { container: HTMLElement | null };
}
Expand Down

0 comments on commit 9ad8047

Please sign in to comment.