Begin auto-save on edit mode
This commit is contained in:
@@ -57,7 +57,7 @@ export class CommentThreadResolver {
|
||||
const createdCommentThread = await this.commentThreadService.create({
|
||||
data: {
|
||||
...args.data,
|
||||
// ...{ comments: { createMany: { data: newCommentData } } },
|
||||
//...{ comments: { createMany: { data: newCommentData } } },
|
||||
...{ workspace: { connect: { id: workspace.id } } },
|
||||
},
|
||||
select: prismaSelect.value,
|
||||
|
||||
Reference in New Issue
Block a user