mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Add asset_id to editComment mutation to allow mongo query happy path to be atomic
This commit is contained in:
@@ -762,7 +762,7 @@ type RootMutation {
|
||||
deleteAction(id: ID!): DeleteActionResponse
|
||||
|
||||
# Edit a comment
|
||||
editComment(id: ID!, edit: EditCommentInput): EditCommentResponse
|
||||
editComment(id: ID!, asset_id: ID!, edit: EditCommentInput): EditCommentResponse
|
||||
|
||||
# Sets User status. Requires the `ADMIN` role.
|
||||
setUserStatus(id: ID!, status: USER_STATUS!): SetUserStatusResponse
|
||||
|
||||
Reference in New Issue
Block a user