UserDeletionHistory
No description
type UserDeletionHistory { updateType: UserDeletionUpdateType! createdBy: User createdAt: Time!}
#
FieldsupdateType
(UserDeletionUpdateType!
)#
updateType is the type of deletion status update that was made. For example, user deletion was requested or canceled.
createdBy
(User
)#
createdBy is the user that made the deletion status update.
createdAt
(Time!
)#
createdAt is the time the user had a deletion status update.