OBJECT

deleteCustomFoodPayload

Autogenerated return type of deleteCustomFood.

link GraphQL Schema definition

  • type deleteCustomFoodPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • customFood: Food
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }