Search⌘ K

Challenge: Handling Content Management with Hygraph

Explore how to build and manage content models in Hygraph to structure your e-commerce application. Learn to create category and shoe models, establish references between them, and add comprehensive product content to form a connected data repository.

We have learned how Hygraph works and why we are using it in our e-commerce application. Now, we’ll learn how to create models and add content to build our e-commerce application.

Task: Create two models and add the provided content

For our e-commerce application, we need two models, one for the categories and one for the shoes. There is a relationship between these two models so that one category can access many shoes, and vice ...