File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
* @flow strict
8
8
*/
9
9
10
- import type { SDLValidationContext } from '../../ ValidationContext' ;
11
- import { GraphQLError } from '../../../ error' ;
12
- import type { ASTVisitor } from '../../../ language/visitor' ;
10
+ import type { SDLValidationContext } from '../ValidationContext' ;
11
+ import { GraphQLError } from '../../error' ;
12
+ import type { ASTVisitor } from '../../language/visitor' ;
13
13
14
14
export function schemaDefinitionNotAloneMessage ( ) : string {
15
15
return 'Must provide only one schema definition.' ;
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export const specifiedRules: Array<
128
128
UniqueInputFieldNames ,
129
129
] ;
130
130
131
- import { LoneSchemaDefinition } from './rules/sdl/ LoneSchemaDefinition' ;
131
+ import { LoneSchemaDefinition } from './rules/LoneSchemaDefinition' ;
132
132
133
133
export const specifiedSDLRules : Array <
134
134
( context : SDLValidationContext ) => ASTVisitor ,
You can’t perform that action at this time.
0 commit comments