maciek_grzybek

Results 23 comments of maciek_grzybek

@rgon that looks great, can you prepare a PR for that?

Thanks @thomastraum :) `inview_change` should work as well 🤔 Can you provide a repro of your case?

I'm getting similar problem, I have these types: ``` type MarketType = Record; export interface CompetitionEventsView { marketTypes: MarketType[]; events: EventView[]; } ``` And in the schema I'm getting back...