feat(proejct): project curd.
This commit is contained in:
5
src/projects/dtos/update-project.input.ts
Normal file
5
src/projects/dtos/update-project.input.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { InputType } from '@nestjs/graphql';
|
||||
import { CreateProjectInput } from './create-project.input';
|
||||
|
||||
@InputType()
|
||||
export class UpdateProjectInput extends CreateProjectInput {}
|
Reference in New Issue
Block a user