Skip to content

Instantly share code, notes, and snippets.

@DavidTheProgrammer
Created November 22, 2018 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidTheProgrammer/01522ee1c6a2c253c352102ea09f4cd1 to your computer and use it in GitHub Desktop.
Save DavidTheProgrammer/01522ee1c6a2c253c352102ea09f4cd1 to your computer and use it in GitHub Desktop.
// ... Schema above
productCategories:[
{
name: "Home Appliances",
products: [
// ... List of products
]
},
{
name: "Haberdashery",
products: [
// ... List of products
]
},
// .. And so on
]
// ... Schema below
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment