Marco Sylvestersen

Results 37 comments of Marco Sylvestersen

Maybe this is what you mean by partial rendering, but I had this issue with rendering data from the store while refetching data in a paginated list. Upon calling the...

Thank you. I believe this is because strictNullCheks was not set to true on the project. But I find it odd that it would not show that the type could...

Yes, that's right. But I guess it makes sense since without strictNullChecks, any object can be null or undefined. But it would be nice if there was a way to...

This would be super useful for bulk deletions!

@lenus-ehealth will look into this issue :)

Hi @charlypoly I think it's great with the type inference from the query string so that we don't have to import the type def. I have always not liked the...

@charlypoly 1. Good to know, thanks. But what if I want masking enabled in general but just not for fragments that are defined in the same fragment/query string? Maybe it's...

@pmmmwh Please let me know if you need any additional information to get this merged!

Should this be on by default? I would expect this to happen very often when combining fragments to form larger queries.

Hi @piotrpalek did you find any solution? We are experiencing the same issue on a large project