Skip to content

Commit 7624329

Browse files
committed
chore(code-first): update imports to workspace paths
1 parent 08f0952 commit 7624329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apollo/tests/code-first/cats/cats.resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Args, Query, Resolver } from '../../../lib';
1+
import { Args, Query, Resolver } from '@nestjs/graphql';
22
import { CatType } from '../enums/cat-type.enum';
33

44
@Resolver()

packages/apollo/tests/code-first/enums/cat-type.enum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { registerEnumType } from '../../../lib/type-factories/register-enum-type.factory';
1+
import { registerEnumType } from '@nestjs/graphql';
22
export enum CatType {
33
PersianCat = 'persian-cat',
44
MaineCoon = 'maine-coon',

0 commit comments

Comments
 (0)