Skip to content

Commit

Permalink
fix: πŸ› remove @directive('@key(fields: "id")')
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 18, 2024
1 parent 7c500d9 commit 156abc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/users/presentation/dto/src/lib/user.dto.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Directive, Field, ID, ObjectType } from '@nestjs/graphql';
import { Field, ID, ObjectType } from '@nestjs/graphql';

@ObjectType()
@Directive('@key(fields: "id")')
export class UserDto {
@Field(() => ID)
id: string;
Expand Down

0 comments on commit 156abc4

Please sign in to comment.