Relationships are now correctly filtered on both ends, meaning resources are filtered to match the relationship pattern no matter which side of the edge they're on
Moved the extraFilters function to the getNodeResources function so that filtering happens pre-applying relationship rules
3 major changes:
instead of this:
This PR fixes this issue
Relationships are now correctly filtered on both ends, meaning resources are filtered to match the relationship pattern no matter which side of the edge they're on
Moved the extraFilters function to the
getNodeResources
function so that filtering happens pre-applying relationship rules