관계가없는 경우 노드 반환 요리사가 가질 수있는 누락 된 재료를 "찾기"하는 cypher를 사용하여 쿼리를 만들려고합니다. 내 그래프는 다음과 같이 설정됩니다. (ingredient_value)-[:is_part_of]->(ingredient) (ingredient)키 / 값은 name = "dye colors"입니다. (ingredient_value)key / value는 value = "red"이고 "is part of"일 수 (ingredient, name="dye colors")있습니다. (chef)-[:has_value]->(ingredient_value)(ingredient) 이 쿼리를 사용하여 ingredients레시피에 필요한 실제 값이 아닌 모든를 가져 오지만 ingredients각 레시..