Skip to content

Commit

Permalink
refactor(code-first): rearrange import
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Jan 24, 2022
1 parent 94de4ac commit 704e47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo/tests/e2e/code-first-schema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { SampleOrphanedType } from '../code-first/other/sample-orphaned.type';
import { IRecipesResolver } from '../code-first/recipes/irecipes.resolver';
import { Recipe } from '../code-first/recipes/models/recipe';
import { RecipesResolver } from '../code-first/recipes/recipes.resolver';
import { CatsResolver } from '../code-first/cats/cats.resolver';
import {
getMutation,
getMutationByName,
Expand All @@ -29,7 +30,6 @@ import {
getSubscriptionByName,
} from '../utils/introspection-schema.utils';
import { printedSchemaSnapshot } from '../utils/printed-schema.snapshot';
import { CatsResolver } from '../code-first/cats/cats.resolver';

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

0 comments on commit 704e47a

Please sign in to comment.