Skip to content

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

  1. Address
  2. City
  3. Country
  4. County
  5. Customer
  6. Orders
  7. OrderDetail
  8. Product
  9. State
  10. 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.