Get object type category
Closed this issue · 0 comments
Cristiano1103 commented
Hello!
I`m trying to filter the posts based in category object type with
query: {
"metadata.categories": {
"slug": this.$route.param.id
}
}
But doest work, all posts are listed.
I used Multiple Objects Relationships to put categories in the post.