Skip to content

Commit

Permalink
Add small explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde committed Jan 21, 2025
1 parent 426e885 commit 2d917aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ export class FilterFactory {
}

if (fieldName === "edge" && relationship.propertiesTypeName) {
// This conditional handles when the relationship is an interface which is also being accessed through an interface
if (
isInterfaceEntity(relationship.target) &&
Object.keys(value).includes(relationship.propertiesTypeName)
Expand Down

0 comments on commit 2d917aa

Please sign in to comment.