TriPSs/nestjs-query

typeform prefix column with graphql filter

whoruyh opened this issue · 2 comments

When using a 'prefix: true' column in a typeform
How to use it in graphql filter?

Example
image
image

The way you want it
{ "filter": { "bodySize": { "weight": { "lte": 20 } } } }

throw Error Error: unknown operator "weight"

I have no idea what prefix: true does in TypeORM, could you elaborate a bit?

Closing, if still an issue please reopen.