ENUM

SiteType

Possible types of a Site

link GraphQL Schema definition

  • enum SiteType {
  • # Root
  • ROOT
  • # Platform
  • PLATFORM
  • # Sub-platform
  • SUB_PLATFORM
  • # Site
  • SITE
  • }