Cosmo Wolfe
Cosmo Wolfe
The following images both incorrectly detect a QR code with no data. This is obviously not correct, but the exact place to fail them out is not entirely clear. ...
Using the example, the following query works ```graphql query { findProduct { id name } } ``` ```json { "data": { "findProduct": { "id": "123", "name": "name from transformed service"...
It seems like the SQL translation layer doesn't correctly add subtotalsSpec to the native query, at least when `useApproximateCountDistinct` is false. ### Affected Version `0.23` ### Description Lets take a...
:(