createMealInput
Autogenerated input type of createMeal
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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}