Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In GraphQL query Filter not able to fiter with Entity reference value #1406

Open
devamar10041981 opened this issue Jun 4, 2024 · 0 comments

Comments

@devamar10041981
Copy link

I have created Course Type Entity reference . now I want search with title course type filter.
title filter working fine but course type showing internal server error.
{
nodeQuery(filter: {
conditions: [
{ field: "title", value: "%Diploma%", operator: LIKE },
{ field: "fieldCourseType.entity.entityLabel", value: "graduate", operator: LIKE }

]

}) {
entities {
... on NodeCourses {
title
body {
value
}
fieldCourseType {
entity {
entityId
entityLabel
}
}
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant