const fromChildren = nodes
    .map((node) => resolveVariableFromNode({ node }))
    .reduce((merged, next) => merge(merged, next), {});