Premium Program Recipes
Obtain a list of Premium recipes if the user is on a Premium program
Example
{
premiumProgramRecipes {
edges {
node {
id
name
author
rating
language
updatedAt
isRestricted
isUserFavorite
nutritionalInfo {
ala
fat
}
recipeType
}
}
}
}Last updated
Was this helpful?