Is there a way to influence the way a FeatureLayer is queried by the JS API (4.11)?
For example we use arcgis online hosted feature layers with only a handful or up to < 100 features.
Now when we add this FeatureLayer to a MapView there are numerous (in our sample 6) query requests sent to each FeatureLayer on every scale change.
I know this was introduced, as in early versions of the js api 4 all features were queried at once, but it would be nice to have an option to force such a behavior.
Am i missing something here?