OBJECT

updateMealPayload

Autogenerated return type of updateMeal.

link GraphQL Schema definition

  • type updateMealPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • meal: Meal
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }