CancelScheduledAccountDeletionInput
No description
input CancelScheduledAccountDeletionInput {
  userID: ID!
  clientMutationId: String!
}
Fields
CancelScheduledAccountDeletionInput.userID ● ID! non-null scalar
userID is the ID of the User whose scheduled deletion is being canceled.
CancelScheduledAccountDeletionInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
cancelScheduledAccountDeletion  mutation