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
Describe the bug
Back when we were on TypeGraphQL it used to be possible to do top level _and, _or, and _not queries. These seem to not be generated by the schema generator anymore.
Describe the bug
Back when we were on TypeGraphQL it used to be possible to do top level
_and
,_or
, and_not
queries. These seem to not be generated by the schema generator anymore.To Reproduce
Try to run this query at https://demo.graphweaver.com/
Yes, in this case we could use
id_in
, but more complex filters are possible with these operators.Expected behavior
Expected top level
_and
,_or
, and_not
to be available in filter.Actual behavior
They are not available.
The text was updated successfully, but these errors were encountered: