const fromPreset = (
    await Promise.all(
      graph.map(async (node) => resolveNoSymlinksFromNode({ node, context })),
    )
  ).flat();