Skip to content

updateMealInput

Autogenerated input type of updateMeal

Fields

Used By

Definition

"""
Autogenerated input type of updateMeal
"""
input updateMealInput {
id: ID
user_id: ID
food_items: String
name: String
}