Optimize MapView query
Opened this issue · 0 comments
abraha2d commented
Is your feature request related to a problem? Please describe.
MapView currently executes a nodeDetailsQuery. It doesn't need all that information. However doing a smaller query runs into the problem mentioned here: apollographql/react-apollo#2114.
Describe the solution you'd like
Figure out a way to execute a smaller query in MapView.
Describe alternatives you've considered
N/A.
Additional context
apollographql/react-apollo#2114.