Graph Schema
To view your graph schema, you will want to go to the "Schema View" menu.
TigerGraph Cloud Studio Schema View
Schema Views
In the Global View
In the Graph Database View
Our C360 Demo schema has the following vertex types
- Address
- City
- Country
- County
- Customer
- Orders
- OrderDetail
- Product
- State
- Zipcode
Note that all the vertex types are singular with the exception of the "Orders". This is to avoid confusion with the ORDER keyword.
Note that we have not modeled Product Categories or Suppliers but this might be the logical next step.