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
Is your feature request related to a problem? Please describe.
When creating a query, if a query-type doesn't exist, no warning/error is thrown. Instead, the query-type is ignored
e.g: If you use were instead of where, it should throw an error:
{
..."were": {
...
}
}
Describe the solution you'd like
The request should fail with a validation error
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When creating a query, if a query-type doesn't exist, no warning/error is thrown. Instead, the query-type is ignored
e.g: If you use
were
instead ofwhere
, it should throw an error:Describe the solution you'd like
The request should fail with a validation error
The text was updated successfully, but these errors were encountered: