paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
680 stars 55 forks source link

fix: changing operator breaks the filter #244

Closed wuichen closed 2 years ago

wuichen commented 2 years ago

we only need one operator at a time. for example: when we change from "equals" to "contains", the filter object becomes {equals: "blah", contains:"blah"}. we only need one at a time

AhmedElywa commented 2 years ago

thanks for the merge