Query error when upgrade to ggt@1.4
I tried migrating filter query
shop: { equals: ... }
to shopId: {equals: ...}
already. But still get the error attached. I sent an example for how my query fetch is done. Also attached an example for a create action too. What am I doing wrong? traceId: d76c1680c1092e0b3b86425bc3a59472
. app: upez



4 Replies
Hello,
Since framework version 1.3, you have needed to use the id field of any belongsTo relationship in order to filter. This was a warning during framework version upgrades. Example:
I believe thats what the OP has done
i did that
but still get these errors
i replaced all occurance of
shop: { equals }
already
oh no i didn't
=="The first image stated that there was still an occurance 😛