Can you do a dissolve on a Graphics Layer in ArcGIS JavaScript API 4.x.
I see reference to this in 3.x but not 4.x
In JavaScript 4.14 I am selecting a specific number of features from a Feature Layer and writing them to a Graphics Layer. I now want to dissolve them to a multi-part polygon so I can update a Feature Class Geometry.
Can I do this with the API or do I need to do this with a Python Published GP Tool