TeleWellness Portal
  • Introduction
  • HELPFUL RESOURCES
    • Getting Started
    • FAQ
      • Appointments
      • Meal Plan
  • User Management
    • Roles and Permissions
    • Manage Coaches
      • Coach tab
        • Register a new coach
          • Assign Members
        • Edit an existing coach
      • Calendar tab
        • Appointment Types
        • Appointment Alerts
      • Note Templates tab
    • Manage Members
      • Create a new member
      • Edit member's information
      • Filter members
  • Using the TeleWellness Portal
    • Login and logout to the Portal
    • Navigating the TeleWellness Portal
      • Home
      • Dashboard
      • Admin Dashboard
      • Coach Dashboard
        • Progress Tab
          • Filtering the information
          • Checking the user’s streak progress
          • Checking the user's activities progress
          • Showing the food log history
          • Checking the user's recap questions
          • Checking the user's weight log history
          • Showing user’s program journey
          • Checking user’s water intake history
        • Meal Plan tab
        • Notes tab
        • Appointments tab
        • Lab Tests tab
        • Wellness Plans tab
      • Messages
      • Meal Plans
        • Manage Meal Plans
          • From Scratch
          • Smart Meal Plan
      • Scheduling
      • Wellness Plan
        • Manage Protocols
        • Manage Wellness Plan Templates
    • Note Templates
  • API Reference
    • Generate Authorization Token
    • Appointments
      • Appointment Types
      • Add Appointment Credits
    • Coaches
      • Coach List
      • Update a Coach
      • Create a Coach
      • Invite Coach
    • Members
      • Member List
      • Members List
      • Program List
      • Update member's program
      • Assign Coach to Member
    • Lab Test Reports
      • Lab Test Report List
      • Create a Lab Test Report
      • Update Lab Test Report
      • Delete a Lab Test Report
    • Wellness Plans
      • Create a Supplement Plan for Member
      • Update Member Supplement
      • List Member Supplement Plans
      • Delete Member Supplement Plan
Powered by GitBook
On this page
  1. API Reference
  2. Wellness Plans

List Member Supplement Plans

Use the member query to list all supplement plans assigned to a member.

Required Arguments

Argument

Type

Description

memberId

ID!

Id of member.

query{
  member(id:"TWVtYmVyOmVhYzk4MjU2LTQ0MWMtNGExNy04NmY4LWQwZDM3NzI5ZDU3ZQ==") {
    id
    supplementPlans {
      edges {
        node {
          ...SupplementPlan
          __typename
        }
        __typename
      }
      __typename
    }
    __typename
  }
}

fragment SupplementPlan on SupplementPlan {
  id
  createdAt
  updatedAt
  isActive
  visibility
  name
  overview
  nutrition
  exercise
  resources
  startDate
  protocols(group: PROTOCOL) {
    ...SupplementPlanProtocol
    __typename
  }
  singleSupplements: protocols(group: SINGLE_SUPPLEMENT) {
    ...SupplementPlanProtocol
    __typename
  }
  __typename
}

fragment SupplementPlanProtocol on SupplementPlanProtocol {
  isActive
  createdAt
  updatedAt
  startsAt
  endsAt
  directionsOfUse {
    ...SupplementDirection
    __typename
  }
  protocol {
    ...Protocol
    __typename
  }
  monday
  tuesday
  wednesday
  thursday
  friday
  saturday
  sunday
  __typename
}

fragment SupplementDirection on SupplementDirection {
  id
  createdAt
  quantity
  timeOfDay
  updatedAt
  __typename
}

fragment Protocol on Protocol {
  id
  createdAt
  updatedAt
  isPublic
  length
  name
  bundle {
    id
    name
    __typename
  }
  program {
    id
    __typename
  }
  owner {
    id
    name
    isAdmin
    __typename
  }
  supplementProtocols {
    ...SupplementProtocol
    __typename
  }
  coachTypes {
    edges {
      node {
        id
        name
        description
        createdAt
        updatedAt
        __typename
      }
      __typename
    }
    __typename
  }
  __typename
}

fragment SupplementProtocol on SupplementProtocol {
  id
  directionsOfUse {
    timeOfDay
    quantity
    __typename
  }
  monday
  tuesday
  wednesday
  thursday
  friday
  saturday
  sunday
  supplement {
    id
    name
    servingName
    sizeCount
    __typename
  }
  __typename
}
{
  "data": {
    "member": {
      "id": "TWVtYmVyOmVhYzk4MjU2LTQ0MWMtNGExNy04NmY4LWQwZDM3NzI4ZDU3ZQ==",
      "supplementPlans": {
        "edges": [
          {
            "node": {
              "id": "U3VwcGxlbwVudFBsYW46MzMzNDU=",
              "createdAt": "2023-09-02T00:23:49.813918+00:00",
              "updatedAt": "2023-09-02T00:23:49.813938+00:00",
              "isActive": true,
              "visibility": true,
              "name": "Supplement plan supplements & protocols example",
              "overview": null,
              "nutrition": null,
              "exercise": null,
              "resources": null,
              "startDate": "2023-09-01",
              "protocols": [
                {
                  "isActive": true,
                  "createdAt": "2023-09-02T00:23:49.815297+00:00",
                  "updatedAt": "2023-09-02T00:23:49.815311+00:00",
                  "startsAt": "2023-09-02T00:23:49.815099+00:00",
                  "endsAt": "2023-09-07T00:23:49.815099+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTk=",
                      "createdAt": "2023-09-02T00:23:49.819241+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-02T00:23:49.819256+00:00",
                      "__typename": "SupplementDirection"
                    },
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTg=",
                      "createdAt": "2023-09-02T00:23:49.816746+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_BEDTIME",
                      "updatedAt": "2023-09-02T00:23:49.816761+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6Njc2",
                    "createdAt": "2022-07-07T19:29:45.287819+00:00",
                    "updatedAt": "2023-03-20T18:31:24.393172+00:00",
                    "isPublic": false,
                    "length": 5,
                    "name": "Intestinal Cleanse",
                    "bundle": null,
                    "program": {
                      "id": "UHJvZ3JhbTo0ODRhMWIzNC02YjJjLTQ2MGMtODU0Ni0wMWE4YzYzMGViMDY=",
                      "__typename": "Program"
                    },
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb2RvY29sOjI1NDc=",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_BEDTIME",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": false,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo4OTIwNDA4YS03YjNmLTRjZGItOTM1ZS0yZjg0ZmM2ZjQ0NDg=",
                          "name": "Cilantro Liquid Extract",
                          "servingName": "0.7 ml",
                          "sizeCount": 42,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      },
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjI1NDY=",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_BEDTIME",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "WITH_LUNCH",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo1YWJlYWE2OS05ZWMwLTQ4ZTItYTNhNi1jZTRhMDMxYzcxNzI=",
                          "name": "Intestinal Cleanse",
                          "servingName": "2 capsules",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      },
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjI1NDU=",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_BEDTIME",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "WITH_LUNCH",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo5N2NjMTVhOS0xMzZmLTQxZjEtOWMwYS1hZTdlNjM4MThjMGM=",
                          "name": "Ultra Binder",
                          "servingName": "1 tsp",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": true,
                  "wednesday": true,
                  "thursday": true,
                  "friday": true,
                  "saturday": true,
                  "sunday": true,
                  "__typename": "SupplementPlanProtocol"
                }
              ],
              "singleSupplements": [
                {
                  "isActive": true,
                  "createdAt": "2023-09-02T00:23:49.872386+00:00",
                  "updatedAt": "2023-09-02T00:23:49.872402+00:00",
                  "startsAt": "2023-09-02T00:23:49.872225+00:00",
                  "endsAt": "2023-09-22T00:23:49.872225+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MjQ=",
                      "createdAt": "2023-09-02T00:23:49.875203+00:00",
                      "quantity": 2,
                      "timeOfDay": "WITH_DINNER",
                      "updatedAt": "2023-09-02T00:23:49.875218+00:00",
                      "__typename": "SupplementDirection"
                    },
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MjM=",
                      "createdAt": "2023-09-02T00:23:49.873342+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-02T00:23:49.873355+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6MTA2NzI2",
                    "createdAt": "2023-09-02T00:23:49.862119+00:00",
                    "updatedAt": "2023-09-02T00:23:49.862135+00:00",
                    "isPublic": false,
                    "length": 20,
                    "name": "Melatonin Liquid",
                    "bundle": null,
                    "program": null,
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjEwOTI1NQ==",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "WITH_DINNER",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo5ZjdjZmU2YS04NzI0LTQ5OGUtYTc4ZC0zNDJhYjU3YmI5MDU=",
                          "name": "Melatonin Liquid",
                          "servingName": "1 full dropper, 2.5mg",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": true,
                  "wednesday": true,
                  "thursday": true,
                  "friday": true,
                  "saturday": true,
                  "sunday": true,
                  "__typename": "SupplementPlanProtocol"
                },
                {
                  "isActive": true,
                  "createdAt": "2023-09-02T00:23:49.877152+00:00",
                  "updatedAt": "2023-09-02T00:23:49.877165+00:00",
                  "startsAt": "2023-09-02T00:23:49.876978+00:00",
                  "endsAt": "2023-09-22T00:23:49.876978+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MjU=",
                      "createdAt": "2023-09-02T00:23:49.878083+00:00",
                      "quantity": 2,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-02T00:23:49.878096+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6MTA2NzI3",
                    "createdAt": "2023-09-02T00:23:49.868708+00:00",
                    "updatedAt": "2023-09-02T00:23:49.868724+00:00",
                    "isPublic": false,
                    "length": 20,
                    "name": "MoldX",
                    "bundle": null,
                    "program": null,
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjEwOTI1Ng==",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": false,
                        "wednesday": true,
                        "thursday": false,
                        "friday": true,
                        "saturday": false,
                        "sunday": false,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDpjODBmOTBhZS1kMmM3LTRhNDYtOWU0OC00NjIyOTNkNjBjMDc=",
                          "name": "MoldY",
                          "servingName": "4 capsules",
                          "sizeCount": 240,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": false,
                  "wednesday": true,
                  "thursday": false,
                  "friday": true,
                  "saturday": false,
                  "sunday": false,
                  "__typename": "SupplementPlanProtocol"
                }
              ],
              "__typename": "SupplementPlan"
            },
            "__typename": "SupplementPlanEdge"
          },
          {
            "node": {
              "id": "U3VwcGxlbWVudFBsYW46MzMzNDQ=",
              "createdAt": "2023-09-02T00:21:01.188542+00:00",
              "updatedAt": "2023-09-02T00:21:01.188569+00:00",
              "isActive": true,
              "visibility": true,
              "name": "Supplement plan protocols only example",
              "overview": null,
              "nutrition": null,
              "exercise": null,
              "resources": null,
              "startDate": "2023-09-01",
              "protocols": [
                {
                  "isActive": true,
                  "createdAt": "2023-09-02T00:21:01.190453+00:00",
                  "updatedAt": "2023-09-02T00:21:01.190474+00:00",
                  "startsAt": "2023-09-02T00:21:01.190142+00:00",
                  "endsAt": "2023-09-07T00:21:01.190142+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTc=",
                      "createdAt": "2023-09-02T00:21:01.212181+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-02T00:21:01.212211+00:00",
                      "__typename": "SupplementDirection"
                    },
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTY=",
                      "createdAt": "2023-09-02T00:21:01.193618+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_BEDTIME",
                      "updatedAt": "2023-09-02T00:21:01.193641+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6Njc2",
                    "createdAt": "2022-07-07T19:29:45.287819+00:00",
                    "updatedAt": "2023-03-20T18:31:24.393172+00:00",
                    "isPublic": false,
                    "length": 5,
                    "name": "Intestinal Cleanse",
                    "bundle": null,
                    "program": {
                      "id": "UHJvZ3JhbTo0ODRhMWIzNC02YjJjLTQ2MGMtODU0Ni0wMWE4YzYzMGViMDY=",
                      "__typename": "Program"
                    },
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjI1NDc=",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_BEDTIME",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": false,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo4OTIwNDA4YS03YjNmLTRjZGItOTM1ZS0yZjg0ZmM2ZjQ0NDg=",
                          "name": "Cilantro Liquid Extract",
                          "servingName": "0.7 ml",
                          "sizeCount": 42,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      },
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjI1NDY=",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_BEDTIME",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "WITH_LUNCH",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo1YWJlYWE2OS05ZWMwLTQ4ZTItYTNhNi1jZTRhMDMxYzcxNzI=",
                          "name": "Intestinal Cleanse",
                          "servingName": "2 capsules",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      },
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjI1NDU=",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_BEDTIME",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "WITH_LUNCH",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo5N2NjMTVhOS0xMzZmLTQxZjEtOWMwYS1hZTdlNjM4MThjMGM=",
                          "name": "Ultra Binder",
                          "servingName": "1 tsp",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": true,
                  "wednesday": true,
                  "thursday": true,
                  "friday": true,
                  "saturday": true,
                  "sunday": true,
                  "__typename": "SupplementPlanProtocol"
                }
              ],
              "singleSupplements": [],
              "__typename": "SupplementPlan"
            },
            "__typename": "SupplementPlanEdge"
          },
          {
            "node": {
              "id": "U3VwcGxlbWVudFBsYW46MzMzMzc=",
              "createdAt": "2023-09-01T23:50:25.125993+00:00",
              "updatedAt": "2023-09-01T23:50:25.126033+00:00",
              "isActive": true,
              "visibility": true,
              "name": "Supplement plan only supplements example",
              "overview": null,
              "nutrition": null,
              "exercise": null,
              "resources": null,
              "startDate": "2023-09-01",
              "protocols": [],
              "singleSupplements": [
                {
                  "isActive": true,
                  "createdAt": "2023-09-01T23:50:25.152667+00:00",
                  "updatedAt": "2023-09-01T23:50:25.152725+00:00",
                  "startsAt": "2023-09-01T23:50:25.152335+00:00",
                  "endsAt": "2023-09-21T23:50:25.152335+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTI=",
                      "createdAt": "2023-09-01T23:50:25.156232+00:00",
                      "quantity": 2,
                      "timeOfDay": "WITH_DINNER",
                      "updatedAt": "2023-09-01T23:50:25.156251+00:00",
                      "__typename": "SupplementDirection"
                    },
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTE=",
                      "createdAt": "2023-09-01T23:50:25.153759+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-01T23:50:25.153778+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6MTA2NzIz",
                    "createdAt": "2023-09-01T23:50:25.136988+00:00",
                    "updatedAt": "2023-09-01T23:50:25.137027+00:00",
                    "isPublic": false,
                    "length": 20,
                    "name": "Melatonin Liquid",
                    "bundle": null,
                    "program": null,
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjEwOTI1Mg==",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "WITH_DINNER",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo5ZjdjZmU2YS04NzI0LTQ5OGUtYTc4ZC0zNDJhYjU3YmI5MDU=",
                          "name": "Melatonin Liquid",
                          "servingName": "1 full dropper, 2.5mg",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": true,
                  "wednesday": true,
                  "thursday": true,
                  "friday": true,
                  "saturday": true,
                  "sunday": true,
                  "__typename": "SupplementPlanProtocol"
                },
                {
                  "isActive": true,
                  "createdAt": "2023-09-01T23:50:25.158310+00:00",
                  "updatedAt": "2023-09-01T23:50:25.158333+00:00",
                  "startsAt": "2023-09-01T23:50:25.158091+00:00",
                  "endsAt": "2023-09-21T23:50:25.158091+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA4MTM=",
                      "createdAt": "2023-09-01T23:50:25.159451+00:00",
                      "quantity": 2,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-01T23:50:25.159471+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6MTA2NzI0",
                    "createdAt": "2023-09-01T23:50:25.145463+00:00",
                    "updatedAt": "2023-09-01T23:50:25.145486+00:00",
                    "isPublic": false,
                    "length": 20,
                    "name": "MoldX",
                    "bundle": null,
                    "program": null,
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjEwOTI1Mw==",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": false,
                        "wednesday": true,
                        "thursday": false,
                        "friday": true,
                        "saturday": false,
                        "sunday": false,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDpjODBmOTBhZS1kMmM3LTRhNDYtOWU0OC00NjIyOTNkNjBjMDc=",
                          "name": "MoldX",
                          "servingName": "4 capsules",
                          "sizeCount": 240,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": false,
                  "wednesday": true,
                  "thursday": false,
                  "friday": true,
                  "saturday": false,
                  "sunday": false,
                  "__typename": "SupplementPlanProtocol"
                }
              ],
              "__typename": "SupplementPlan"
            },
            "__typename": "SupplementPlanEdge"
          },
          {
            "node": {
              "id": "U3VwcGxlbWVudFBsYW46MzMyNTI=",
              "createdAt": "2023-09-01T18:42:47.960572+00:00",
              "updatedAt": "2023-09-01T18:42:47.960594+00:00",
              "isActive": true,
              "visibility": true,
              "name": "Supplement plan example1",
              "overview": null,
              "nutrition": null,
              "exercise": null,
              "resources": null,
              "startDate": "2023-09-01",
              "protocols": [],
              "singleSupplements": [
                {
                  "isActive": true,
                  "createdAt": "2023-09-01T18:42:47.973722+00:00",
                  "updatedAt": "2023-09-01T18:42:47.973737+00:00",
                  "startsAt": "2023-09-01T18:42:47.973426+00:00",
                  "endsAt": "2023-09-21T18:42:47.973426+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA0MzU=",
                      "createdAt": "2023-09-01T18:42:47.977017+00:00",
                      "quantity": 2,
                      "timeOfDay": "WITH_DINNER",
                      "updatedAt": "2023-09-01T18:42:47.977030+00:00",
                      "__typename": "SupplementDirection"
                    },
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1NzA0MzQ=",
                      "createdAt": "2023-09-01T18:42:47.974805+00:00",
                      "quantity": 1,
                      "timeOfDay": "AT_WAKING",
                      "updatedAt": "2023-09-01T18:42:47.974819+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6MTA2NjAz",
                    "createdAt": "2023-09-01T18:42:47.966591+00:00",
                    "updatedAt": "2023-09-01T18:42:47.966610+00:00",
                    "isPublic": false,
                    "length": 20,
                    "name": "Melatonin Liquid",
                    "bundle": null,
                    "program": null,
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjEwOTEzMg==",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "WITH_DINNER",
                            "quantity": 2,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "AT_WAKING",
                            "quantity": 1,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": false,
                        "sunday": false,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDo5ZjdjZmU2YS04NzI0LTQ5OGUtYTc4ZC0zNDJhYjU3YmI5MDU=",
                          "name": "Melatonin Liquid",
                          "servingName": "1 full dropper, 2.5mg",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": true,
                  "wednesday": true,
                  "thursday": true,
                  "friday": true,
                  "saturday": false,
                  "sunday": false,
                  "__typename": "SupplementPlanProtocol"
                }
              ],
              "__typename": "SupplementPlan"
            },
            "__typename": "SupplementPlanEdge"
          },
          {
            "node": {
              "id": "U3VwcGxlbWVudFBsYW46MTEzNw==",
              "createdAt": "2022-10-01T00:01:57.793870+00:00",
              "updatedAt": "2023-07-31T20:04:45.150366+00:00",
              "isActive": true,
              "visibility": true,
              "name": "testAPI",
              "overview": "",
              "nutrition": "",
              "exercise": "",
              "resources": "",
              "startDate": "2022-09-30",
              "protocols": [],
              "singleSupplements": [
                {
                  "isActive": true,
                  "createdAt": "2023-07-31T20:04:45.144388+00:00",
                  "updatedAt": "2023-07-31T20:04:45.144421+00:00",
                  "startsAt": "2023-07-31T20:04:45.144116+00:00",
                  "endsAt": "2023-07-31T20:04:45.144116+00:00",
                  "directionsOfUse": [
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1MTgxNDE=",
                      "createdAt": "2023-07-31T20:04:45.148249+00:00",
                      "quantity": 0.5,
                      "timeOfDay": "WITH_DINNER",
                      "updatedAt": "2023-07-31T20:04:45.148273+00:00",
                      "__typename": "SupplementDirection"
                    },
                    {
                      "id": "U3VwcGxlbWVudERpcmVjdGlvbjo1MTgxNDA=",
                      "createdAt": "2023-07-31T20:04:45.145965+00:00",
                      "quantity": 0.5,
                      "timeOfDay": "WITH_BREAKFAST",
                      "updatedAt": "2023-07-31T20:04:45.145990+00:00",
                      "__typename": "SupplementDirection"
                    }
                  ],
                  "protocol": {
                    "id": "UHJvdG9jb2w6OTQ3MjI=",
                    "createdAt": "2023-07-31T20:04:45.135901+00:00",
                    "updatedAt": "2023-07-31T20:04:45.135934+00:00",
                    "isPublic": false,
                    "length": 0,
                    "name": "Daily Testosterone Support",
                    "bundle": null,
                    "program": null,
                    "owner": {
                      "id": "Q29hY2g6MTEyOQ==",
                      "name": "Sg Coaching Support",
                      "isAdmin": true,
                      "__typename": "Coach"
                    },
                    "supplementProtocols": [
                      {
                        "id": "U3VwcGxlbWVudFByb3RvY29sOjk3MjI5",
                        "directionsOfUse": [
                          {
                            "timeOfDay": "WITH_DINNER",
                            "quantity": 0.5,
                            "__typename": "SupplementDirection"
                          },
                          {
                            "timeOfDay": "WITH_BREAKFAST",
                            "quantity": 0.5,
                            "__typename": "SupplementDirection"
                          }
                        ],
                        "monday": true,
                        "tuesday": true,
                        "wednesday": true,
                        "thursday": true,
                        "friday": true,
                        "saturday": true,
                        "sunday": true,
                        "supplement": {
                          "id": "U3VwcGxlbWVudDphZDhmNjkyMy1hNTE3LTQyYjUtYTBmZi1mNjY5OGUzYWRjYWU=",
                          "name": "Daily Testosterone Support",
                          "servingName": "4 capsules",
                          "sizeCount": 30,
                          "__typename": "Supplement"
                        },
                        "__typename": "SupplementProtocol"
                      }
                    ],
                    "coachTypes": {
                      "edges": [],
                      "__typename": "CoachTypeConnection"
                    },
                    "__typename": "Protocol"
                  },
                  "monday": true,
                  "tuesday": true,
                  "wednesday": true,
                  "thursday": true,
                  "friday": true,
                  "saturday": true,
                  "sunday": true,
                  "__typename": "SupplementPlanProtocol"
                }
              ],
              "__typename": "SupplementPlan"
            },
            "__typename": "SupplementPlanEdge"
          }
        ],
        "__typename": "SupplementPlanConnection"
      },
      "__typename": "Member"
    }
  }
}
PreviousUpdate Member SupplementNextDelete Member Supplement Plan

Last updated 1 year ago