I have some customization for the draw widget . SO i want that whaever graphics drawn i want to export them as shapefile so that it socan we used again . I am getting graphic layer graphics so please help me how can i work around that so that it can be downloaded .
EXB currently does not support exporting temporary data into shapefiles.
But you can try to use REST service to do this:
https://developers.arcgis.com/rest/analysis/api-reference/extract-data.htm
If you cannot use the Analysis REST service, you can also try to use:
https://developers.arcgis.com/rest/services-reference/enterprise/create-replica.htm
(However, the replica may require you to upload the data into an item)
Thank you!