Skip to content

Commit

Permalink
Fix absolute imports (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed May 13, 2020
1 parent 548515a commit 3b6060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
SchemaDirectiveVisitorClass,
GraphQLParseOptions,
SchemaTransform,
} from 'packages/utils/src';
} from '@graphql-tools/utils';

export interface ILogger {
log: (error: Error) => void;
Expand Down

0 comments on commit 3b6060f

Please sign in to comment.