Skip to content

Commit

Permalink
Fix relative imports (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl authored and IvanGoncharov committed Aug 24, 2019
1 parent cb31d3c commit 162e76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tstypes/utilities/coerceInputValue.d.ts
@@ -1,5 +1,5 @@
import { GraphQLInputType } from '../type/definition';
import { GraphQLError } from 'tstypes/error';
import { GraphQLError } from '../error';

type OnErrorCB = (
path: ReadonlyArray<string | number>,
Expand Down
2 changes: 1 addition & 1 deletion tstypes/validation/validate.d.ts
Expand Up @@ -3,7 +3,7 @@ import { DocumentNode } from '../language/ast';
import { GraphQLSchema } from '../type/schema';
import { TypeInfo } from '../utilities/TypeInfo';
import { ValidationRule, SDLValidationRule } from './ValidationContext';
import Maybe from 'tstypes/tsutils/Maybe';
import Maybe from '../tsutils/Maybe';

/**
* Implements the "Validation" section of the spec.
Expand Down

0 comments on commit 162e76a

Please sign in to comment.