-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi! I've got a JSON:API which supports querying on a property in a nested list:
class Child {
property
}
class Parent {
children: Child[]
}
I would like to write a filter clause on children.property == value, bscially getting all Parents who has a child matching the property. The API does not expose the Child collection directly, they are only available through /parents.
Essentially, is it possible to write a FilterClause which doesn't use the root type of the entity store?
I eventually need the filter query to look like /parents?filter[property]=value
Thanks!
Metadata
Metadata
Assignees
Labels
No labels