How to filter by value not directly in nodes
Open
feature request
- Dominant language
- JavaScript
- Stars
- 8.5k
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Here's an example of my query :
```
query Home {
posts: allWordPressPost {
edges {
node {
title
content
path
featuredMedia {
sourceUrl
}
categories {
slug
title
}
date
acf {
howToDisplay {
value
label
}
firstParagraph
}
}
}
}
}
```
Do you know how to filter by categories.title ?
Thanks in advance :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.