Skip to main content

RemoveUserBanInput

No description

type RemoveUserBanInput {  userID: ID!  clientMutationId: String!}

Fields#

userID (ID!)#

userID is the ID of the User that should have their account un-banned.

clientMutationId (String!)#

clientMutationId is required for Relay support.