Solved! Go to Solution.
hi helen,
if you are passing the results of your query to a generic graphics layer, you can make the symbology anything you want.
new SimpleLineSymbol(style,color,width)
https://developers.arcgis.com/javascript/jsapi/simplelinesymbol-amd.html
when working with featureLayers, by default we inherit the symbology from the service itself, but you are able to override and set your own symbology on the clientside in that situation too.
FeatureLayer.setRenderer()
https://developers.arcgis.com/javascript/jsapi/featurelayer-amd.html#setrenderer
helen,
very glad to help. when you have a moment, please consider marking this thread as 'answered'.