class Praxis::Mapper::SelectorGeneratorNode::FieldDependenciesNode

FieldDependenciesNode, attached to a SelectorGeneratorNode, which will contain, for every field passed in (not properties, but fields), the list of property dependencies associated with them. If these property dependenceis are for the ‘local’ resource of the SelectorGeneratorNode, they’d be just an array of property names If a field is a property that is an association to another resource, the reference field will point to which other node it depends on (this node fields does not need to be one of the immediate tracks, but it could be further down the tracks SelectorGeneratorNode’s tree) In the case of references, any further resolution of dependencies from fields need to be continued in that track’s SelectorGenerator’s FieldDependenciesNode (recursively)