我有一个这样的模型:
配方:
成分:
IngredientList:
添加IngredientList
并引用ingredient
和recipe
的最佳做法是什么?
我应该做出这样的突变:
addRecipeIngredient(recipe {name: 'Wiener Schnitzel'}, ingredient {name: 'Schnitzel'})
或
addIngredientList(recipe: 1, ingredient: 1)
使用第二种方法,必须事先创建配方和成分