OBJECT

MealPlan

A meal plan

link GraphQL Schema definition

  • type MealPlan {
  • # If true, meal plan is active (most recent) on client's Living Plate account
  • active: Boolean
  • # Date meal plan was added to client's Living Plate account
  • date_added: String
  • # The unique identifier of the plan
  • id: ID!
  • # name of the meal plan on Living Plate
  • name: String
  • # If one exists, name of offering that was purchased that added meal plan to
  • # client's Living Plate account
  • offering_name: String
  • }