Skip to main content

DeleteUserAccountInput

No description

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

Fields#

userID (ID!)#

userID is the ID of the User being deleted.

clientMutationId (String!)#

clientMutationId is required for Relay support.