Skip to main content

CancelScheduledAccountDeletionInput

No description

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

Fields#

userID (ID!)#

userID is the ID of the User whose scheduled deletion is being canceled.

clientMutationId (String!)#

clientMutationId is required for Relay support.