Something went wrong on our end. Please try again.
Created by: vovakulikov
This PR just removes unused fields from the insight data view GQL query. This though has a few important implications that I want to highlight here
GetInsights
query). This was happening because GetInsights
fetches info about applied filters and they usually have a default value (null values) and then GetInsightView
also queries applied filters info but in this time API returns applied filters that are not null values because we passed some filters in this. And this retriggers the FE cache and we have two network requests for the same data that we already have on the FE.Check out the client app preview documentation to learn more.