Skip to content

updateMealPayload

Autogenerated return type of updateMeal.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateMeal.
"""
type updateMealPayload {
meal: Meal
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}