ModelVisibility

open_in_new

GraphQL Schema definition

  • enum ModelVisibility {
  • # Anonymous users may view the model in a player and see some basic information
  • # about it.
  • public
  • # Admin users and collaborators that the model or its parent folder have been
  • # shared with
  • # may access the model.
  • private
  • }