Erik Benson
Erik Benson
@dziraf yes you are correct I was using the wrong terminology. We extend BaseResource https://docs.adminjs.co/BaseResource.html and make our own custom adapter. The BaseResource functions are the ones we would need...
It looks like the dependancies worked it out, with the most recent version I can't reproduce it. Next time I run into something like this I will create a repo...
@rgwozdz as I play around with getting the related layers working with a custom provider it feels like returning massive metadata and other "configuration" data on the geojson object is...
For what it's worth I was able to get related tables working in AGOL without this endpoint
Thats it exactly
Looking into this further there is a couple cases where they would have to be trapped and exposed. My original change and the condition under it: https://github.com/Esri/arcgis-rest-js/blob/main/packages/arcgis-rest-request/src/request.ts#L420  That was...