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';
2020import { IRecipesResolver } from '../code-first/recipes/irecipes.resolver' ;
2121import { Recipe } from '../code-first/recipes/models/recipe' ;
2222import { RecipesResolver } from '../code-first/recipes/recipes.resolver' ;
23+ import { CatsResolver } from '../code-first/cats/cats.resolver' ;
2324import {
2425 getMutation ,
2526 getMutationByName ,
@@ -29,7 +30,6 @@ import {
2930 getSubscriptionByName ,
3031} from '../utils/introspection-schema.utils' ;
3132import { printedSchemaSnapshot } from '../utils/printed-schema.snapshot' ;
32- import { CatsResolver } from '../code-first/cats/cats.resolver' ;
3333
3434describe ( 'Code-first - schema factory' , ( ) => {
3535 let schemaFactory : GraphQLSchemaFactory ;
You can’t perform that action at this time.
0 commit comments