IngredientGroup
No description
type IngredientGroup {
label: String!
ingredients: [Ingredient!]!
}
Fields
IngredientGroup.label
● String!
non-null scalar
IngredientGroup.ingredients
● [Ingredient!]!
non-null object
Member of
RecipePage
object