Documentation for the Suggestic API can be found here
1.- Install suggestic node client
yarn add @suggestic/sdk2.- Create suggestic client
import{Suggestic}from"@suggestic/sdk";constclient=newSuggestic("{TOKEN}");3.- Get a meal plan
asyncfunctiongetMealplan(){constuser=client.getUser("{USER-ID}");constmealplan=awaituser.mealPlan();console.log(mealplan);}getMealplan();Suggestic Node client uses graphjql-code-generator