Filtering on a child node object (not a collection) #5101
-
Assume this (pseudo) definition
and I have an operation called If the client app wanted to filter the response for a specific I have tried this but it is not working
Any suggestions please |
Beta Was this translation helpful? Give feedback.
Answered by
arjundnair-fingent
May 27, 2022
Replies: 1 comment 1 reply
-
If the child node is not a collection there will be only one role, right? That role will have a single role code. If you want to filter the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bo55vxr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the child node is not a collection there will be only one role, right? That role will have a single role code. If you want to filter the
Person
object usingRoleCode
, I'd suggest you to add the where block on thePerson
resolver like this: