Remove Meal Plan

Remove an existing meal plan

Use the removeMealPlan mutation to remove the current and following days in the profile's meal plan. Therefore, it is not possible to delete meal plans which dates have already passed.

Available Fields

Field name

Type

Description

success

Boolean

True if the meal plan has been removed. Otherwise, it will display False

message

String

Description of the result

Example

mutation {
  removeMealPlan {
    success
    message
  }
}

Last updated