Skip to main content

RemoveUserSuspensionInput

No description

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

Fields#

userID (ID!)#

userID is the ID of the User that should have their active suspensions removed.

clientMutationId (String!)#

clientMutationId is required for Relay support.