Skip to main content
Version: s5

IngredientListItemWhere

No description

input IngredientListItemWhere {
_and: [IngredientListItemWhere!]
_or: [IngredientListItemWhere!]
id: UUIDAttributeWhereOperators
quantity: NumberAttributeWhereOperators
unit: RecipeUnitAttributeWhereOperators
customUnitSingular: StringAttributeWhereOperators
customUnitPlural: StringAttributeWhereOperators
ingredient: StringAttributeWhereOperators
recipeDetailsId: UUIDAttributeWhereOperators
}

Fields

IngredientListItemWhere._and ● [IngredientListItemWhere!] list input

AND operator

IngredientListItemWhere._or ● [IngredientListItemWhere!] list input

OR operator

IngredientListItemWhere.id ● UUIDAttributeWhereOperators input

UUID of ingredient list item

IngredientListItemWhere.quantity ● NumberAttributeWhereOperators input

Quantity of ingredient

IngredientListItemWhere.unit ● RecipeUnitAttributeWhereOperators input

Unit of quantity

IngredientListItemWhere.customUnitSingular ● StringAttributeWhereOperators input

Singular of custom unit

IngredientListItemWhere.customUnitPlural ● StringAttributeWhereOperators input

Plural of custom unit

IngredientListItemWhere.ingredient ● StringAttributeWhereOperators input

Ingredient

IngredientListItemWhere.recipeDetailsId ● UUIDAttributeWhereOperators input

Id of recipe of ingredient list item

Member of

IngredientListItemWhere input