OBJECT

updateCustomFoodPayload

Autogenerated return type of updateCustomFood.

link GraphQL Schema definition

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