I am using ArcGIS JavaScript API version 4.23.
var geographic = webMercatorUtils.webMercatorToGeographic(graphic.geometry);
Hi @VincentDlamini,
I think so, you should check the projection engine:
https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html
Cheers!