Skip to content

updateCustomFoodInput

Autogenerated input type of updateCustomFood

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateCustomFood
"""
input updateCustomFoodInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID
user_id: ID
name: String
nutrients: NutrientsInput
serving_size: ServingSizeInput
}