UpdateUserBanPayload
No description
type UpdateUserBanPayload {
user: User!
clientMutationId: String!
}
Fields
UpdateUserBanPayload.user
● User!
non-null object
user is the updated user
UpdateUserBanPayload.clientMutationId
● String!
non-null scalar
clientMutationID is required for relay support
Returned By
updateUserBan
mutation