File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/apollo/tests/e2e Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import { SampleOrphanedType } from '../code-first/other/sample-orphaned.type';
20
20
import { IRecipesResolver } from '../code-first/recipes/irecipes.resolver' ;
21
21
import { Recipe } from '../code-first/recipes/models/recipe' ;
22
22
import { RecipesResolver } from '../code-first/recipes/recipes.resolver' ;
23
+ import { CatsResolver } from '../code-first/cats/cats.resolver' ;
23
24
import {
24
25
getMutation ,
25
26
getMutationByName ,
@@ -29,7 +30,6 @@ import {
29
30
getSubscriptionByName ,
30
31
} from '../utils/introspection-schema.utils' ;
31
32
import { printedSchemaSnapshot } from '../utils/printed-schema.snapshot' ;
32
- import { CatsResolver } from '../code-first/cats/cats.resolver' ;
33
33
34
34
describe ( 'Code-first - schema factory' , ( ) => {
35
35
let schemaFactory : GraphQLSchemaFactory ;
You can’t perform that action at this time.
0 commit comments