prisma-binding
prisma-binding copied to clipboard
Case Sensitive Query Adjustments.
There is no support for case sensitive query yet apparently.
What if however, If I wanted to add .match(/^[A-Za-z.\s_-]+$/)
within the modules folder to the match and return data. I been digging through the actual documents for about 30 minutes, but I figured it would be faster if I asked here.
So say I am able to add the method, where would I want to add this? So far I dove into the Prisma.js
and it seems like the functionality also is extended from graphql-binding
as well.
Instead of just spending the entire day digging, I was hoping someone here could potentially give a bit of assistance.
Hey, solve the problem?
Hey, solve the problem?
Unfortunately not at the moment. I have to revisit the project as I definitely would find this convenient.