Skip to content

Commit

Permalink
Fix graphql object type on VirtualHost
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nekoneko committed Jun 14, 2022
1 parent 098140a commit 233b9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual-host/virtual-host.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ registerEnumType(DestinationType, {
name: 'DestinationType',
});

@ObjectType()
@ObjectType('VirtualHost')
export class VirtualHostModel extends BaseModel implements VirtualHost {
@Field(() => String)
name!: string;
Expand Down

0 comments on commit 233b9db

Please sign in to comment.