RemoveUserBanInput
No description
input RemoveUserBanInput {
userID: ID!
clientMutationId: String!
}
Fields
RemoveUserBanInput.userID
● ID!
non-null scalar
userID is the ID of the User that should have their account un-banned.
RemoveUserBanInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
removeUserBan
mutation