You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromgraphql-binding
as well.Instead of just spending the entire day digging, I was hoping someone here could potentially give a bit of assistance.
The text was updated successfully, but these errors were encountered: