Graphic | API Reference | ArcGIS API for JavaScript
var feature = new Graphic(results, symbol, inPoints.attributes);
feature.attr("new_att", "new_value");I would like to add an attribute to the existing attributes.
Is this not the intended syntax or use of the method?