feathers-objection
feathers-objection copied to clipboard
Get the result of parsing the RelationExpression in _withGraph() from the hook context?
Presently, I am importing RelationExpression in my hook and using RelationExpression.create() to parse the contents of $eager.
I'm wondering if it's possible to get the version that's already been parsed, though.