Filtering a many:many ENT Edge
here is my query:
The
q argument in the filter is throwing a Type Error: Parameter 'q' implicitly has an 'any' type. When I apply the filter on the "teams" table, the type inference is working as expected, but not when traversing the many:many edge.
Here is a more detailed error on the actual filter, it seems like the filter is trying to read a
Team document, and not the Event edge. Thanks all.
