You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AndrewSisley This is out of my lack of fully understanding the query language but why should this return a type error?
Sorry, test is hard to see here - LikedIndexes is an array of booleans, but the filter is a single boolean, is like doing [true, false, true, ...] == true in Go.
The generator code likely needs to be adjusted so that this is not possible.
Gql types permit nonsensical inline array filters, for example the following test passes but should result in a gql type error:
We don't have to necessarily add support for inline array filters, but the above test should not pass.
The text was updated successfully, but these errors were encountered: