CancelScheduledAccountDeletionPayload
No description
type CancelScheduledAccountDeletionPayload {
user: User
clientMutationId: String!
}
Fields
CancelScheduledAccountDeletionPayload.user
● User
object
user is the User whose scheduled deletion was canceled.
CancelScheduledAccountDeletionPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
cancelScheduledAccountDeletion
mutation