treatmentPlans
Fetch an array of treatment plans and recommended products from Fullscript given a user id
Arguments
Returns
[FullscriptTreatmentPlanType!]
Example
query treatmentPlans($user_id: String) { treatmentPlans(user_id: $user_id) { activation_date id ordered_count personal_message practitioner_name recommendations }}