File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
federation-js/src/composition Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import { specifiedSDLRules } from 'graphql/validation/specifiedRules';
12
12
*/
13
13
14
14
import {
15
- UniqueDirectivesPerLocation as UniqueDirectivesPerLocationFromGraphqlJs ,
16
- } from 'graphql/validation/rules/UniqueDirectivesPerLocation ' ;
15
+ UniqueDirectivesPerLocationRule as UniqueDirectivesPerLocationRuleFromGraphqlJs ,
16
+ } from 'graphql' ;
17
17
import {
18
18
UniqueTypeNames as UniqueTypeNamesFromGraphqlJs ,
19
19
} from 'graphql/validation/rules/UniqueTypeNames' ;
@@ -41,7 +41,7 @@ import {
41
41
} from './validate/sdl' ;
42
42
43
43
const omit = [
44
- UniqueDirectivesPerLocationFromGraphqlJs ,
44
+ UniqueDirectivesPerLocationRuleFromGraphqlJs ,
45
45
UniqueTypeNamesFromGraphqlJs ,
46
46
UniqueEnumValueNamesFromGraphqlJs ,
47
47
PossibleTypeExtensionsFromGraphqlJs ,
You can’t perform that action at this time.
0 commit comments