Skip to content

createMealInput

Autogenerated input type of createMeal

Fields

Used By

Definition

"""
Autogenerated input type of createMeal
"""
input createMealInput {
food_items: String
name: String
user_id: ID
}