import { Handle, Position } from '@xyflow/react'; const styles = { width: 'w-fit', height: '100px', backgroundColor: '#e0e0e0', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '20px', borderRadius: '10px' }; function QueryKeyNode({ data }: { data: { name: string; id: string } }) { return (