We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb31d3c commit 162e76aCopy full SHA for 162e76a
tstypes/utilities/coerceInputValue.d.ts
@@ -1,5 +1,5 @@
1
import { GraphQLInputType } from '../type/definition';
2
-import { GraphQLError } from 'tstypes/error';
+import { GraphQLError } from '../error';
3
4
type OnErrorCB = (
5
path: ReadonlyArray<string | number>,
tstypes/validation/validate.d.ts
@@ -3,7 +3,7 @@ import { DocumentNode } from '../language/ast';
import { GraphQLSchema } from '../type/schema';
import { TypeInfo } from '../utilities/TypeInfo';
import { ValidationRule, SDLValidationRule } from './ValidationContext';
6
-import Maybe from 'tstypes/tsutils/Maybe';
+import Maybe from '../tsutils/Maybe';
7
8
/**
9
* Implements the "Validation" section of the spec.
0 commit comments