Hi Team!
Right now graphql support for fetching FDM Data doesn't offer any filters for type "TimeSeries". Since Timeseries type usually has a lot of datapoints associated with it in any given model, fetching data through graphql api from it without any filter is extremely time consuming , especaially when you dont need all datapoints/timeseries from it. For example, right now when we want to fetch information only for non string timeseries, there is no way other than fetching all Timeseries associated and remove the ones that has "isString" property as false which slows down some parts of our appplication.
So if we can get graphql filter support for timeseries type, we will be able to optimise things in our side.
Thanks & Regards,
Sangavi M