In the old versions, a FeatureLayer extended GraphicsLayer such that I could directly access the graphics on a loaded feature layer from URL. That no longer seems to be the case. If I wanted to loop through all the graphics on a feature layer, how would I do that? I don't want to call QueryFeatures as I think that goes back to the server. They have already been loaded from the server and are visible on the map.