mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Updating the store mutations
This commit is contained in:
@@ -10,6 +10,7 @@ export default {
|
||||
'SetUserSuspensionStatusResponse',
|
||||
'SetCommentStatusResponse',
|
||||
'SetUsernameStatusResponse',
|
||||
'UnSuspendUserResponse',
|
||||
'SuspendUserResponse',
|
||||
'CreateCommentResponse',
|
||||
'CreateFlagResponse',
|
||||
|
||||
@@ -179,9 +179,9 @@ export const withSuspendUser = withMutation(
|
||||
|
||||
export const withUnSuspendUser = withMutation(
|
||||
gql`
|
||||
mutation UnSuspendUser($input: SuspendUserInput!) {
|
||||
mutation UnSuspendUser($input: UnSuspendUserInput!) {
|
||||
unSuspendUser(input: $input) {
|
||||
...SuspendUserResponse
|
||||
...UnSuspendUserResponse
|
||||
}
|
||||
}
|
||||
`, {
|
||||
|
||||
Reference in New Issue
Block a user