Skip to content

Commit 704e47a

Browse files
committed
refactor(code-first): rearrange import
1 parent 94de4ac commit 704e47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apollo/tests/e2e/code-first-schema.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { SampleOrphanedType } from '../code-first/other/sample-orphaned.type';
2020
import { IRecipesResolver } from '../code-first/recipes/irecipes.resolver';
2121
import { Recipe } from '../code-first/recipes/models/recipe';
2222
import { RecipesResolver } from '../code-first/recipes/recipes.resolver';
23+
import { CatsResolver } from '../code-first/cats/cats.resolver';
2324
import {
2425
getMutation,
2526
getMutationByName,
@@ -29,7 +30,6 @@ import {
2930
getSubscriptionByName,
3031
} from '../utils/introspection-schema.utils';
3132
import { printedSchemaSnapshot } from '../utils/printed-schema.snapshot';
32-
import { CatsResolver } from '../code-first/cats/cats.resolver';
3333

3434
describe('Code-first - schema factory', () => {
3535
let schemaFactory: GraphQLSchemaFactory;

0 commit comments

Comments
 (0)