I'm looking to wire Xata to a low-code frontend (Divhunt). I'm testing using the Rest API to get a list of entries from my table. The filtering function isn't working how I think it should.
I use Prisma to manage the backend of my database. The column I'm filtering on is an Enum in Prisma.