Add quantity/duplicates to Parcel/Parcels.equippedInstallations & .equippedTiles arrays
frankp.eth 🦇🔊🏢🐬
True story.. I've started https://github.com/aavegotchi/gotchiverse-subgraph/pull/22 and changed the relationship from TileType / InstallationType to the actual Installation/Tile.
Update: Deployed!
eitri
This would be helpful for bulk-fetching data for many parcels (e.g. for whole-citaadel filtering, or to provide a dashboard for a whale account or the Vault).
The data is currently available by querying for a list of Installation or Tile objects for a parcel ID, but that takes a lot more graph requests, as a single parcel can have hundreds of installations/tiles and the subgraph has a max of 1000 objects in the response.