Is there any way to do a ORM like query to the data? #275
Unanswered
hellin-eth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, absolutely new to vueQuery.
I'm using pinia-orm in projects, witch allow to cache the Model and make orm queries between entities.
Is there any way to query the data fetched if I migrate to vueQuery?
For example, i can easily apply a filter in a list of Client - Orders, just query all the orders not shipped for X Client.
How do you get this using vueQuery, do you have to create an endpoint in the back for this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions