findOne in nuxt-strapi
Hey, I hope this is the right place to ask for this sort of question.
I currently have a problem trying to retrive a items in a collection type that has a relation with another collection type.
I have 2 collection types: Products and Subitems.
Each product can have any number of Subitems.
And Subitems can belong to any number of Products.
Right now i am trying to find out how i can query this using the nuxt-strapi module by using the .find() funciton.
(attatched image of how the code looks now)
link to module: https://strapi.nuxtjs.org/usage
0 Replies