drupal-graphql / drupal-graphql/graphql
Query filter on value of body
Open
3.x
question
- Dominant language
- PHP
- Stars
- 287
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Any idea how to filter on the value of a nested field? ex:
```
{
nodeQuery(revisions: LATEST
filter: {
conditions: [
{operator: IN, field: "body", value: ["asd"]}
]}
) {
entities {
...on NodeArticle {
title
body {
value
}
}
...on ContentModerationState {
moderationState
}
}
}
}
```
How do i filter on value of body in this case?
Thx!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.