mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
adds new mutations: setCommentStatus
This commit is contained in:
@@ -491,8 +491,11 @@ type RootMutation {
|
||||
# Delete an action based on the action id.
|
||||
deleteAction(id: ID!): DeleteActionResponse
|
||||
|
||||
# Sets user status
|
||||
# Sets User status
|
||||
setUserStatus(id: ID!, status: USER_STATUS!): Boolean
|
||||
|
||||
# Sets Comment status
|
||||
setCommentStatus(id: ID!, status: COMMENT_STATUS!): Boolean
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user