TL;DR
After the merge #4833 we now type-check the query filters in compile time. However, this doesn't translate well to SDKs as noticed in #4833 (review). We need to come up with a way to expose mappings from queries to their output types, as well as mappings from types to predicates in schema for consumption in statically-typed SDKs.
TL;DR
After the merge #4833 we now type-check the query filters in compile time. However, this doesn't translate well to SDKs as noticed in #4833 (review). We need to come up with a way to expose mappings from queries to their output types, as well as mappings from types to predicates in schema for consumption in statically-typed SDKs.