Skip to content

updateMealInput

Autogenerated input type of updateMeal

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateMeal
"""
input updateMealInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID
user_id: String
food_items: String
name: String
}