Skip to content

createMealInput

Autogenerated input type of createMeal

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createMeal
"""
input createMealInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
food_items: String
name: String
user_id: String
}