ModelBranding

open_in_new

Controls the information shown about the model in a link or embed to the viewer.

GraphQL Schema definition

  • enum ModelBranding {
  • # Includes all public details
  • default
  • # Presented By and Contact Details hidden
  • unbranded
  • # Presented By, Contact Details, VR, and external links hidden
  • mls
  • }