fix(projects): required id when create project
This commit is contained in:
		@@ -20,7 +20,7 @@ export class ProjectsResolver {
 | 
			
		||||
  @Mutation(() => Project)
 | 
			
		||||
  async createProject(
 | 
			
		||||
    @Args('project', { type: () => CreateProjectInput })
 | 
			
		||||
    dto: UpdateProjectInput,
 | 
			
		||||
    dto: CreateProjectInput,
 | 
			
		||||
  ) {
 | 
			
		||||
    return await this.service.create(dto);
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user