Skip to content

createCustomFoodInput

Autogenerated input type of createCustomFood

Fields

deprecated DO NOT USE

Used By

Definition

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