OBJECT
SiteConfig
link GraphQL Schema definition
1 type SiteConfig { 2 3 # Keeps the information of the supported file extensions and MIME types. 4 FileExtensionToMimeTypeMap! : 5 6 # Project editor configuration 7 ProjectEditorConfig! : 8 9 # Clould uploader configuration 10 UploaderConfig! : 11 12 # Viewer configuration 13 ViewerConfig! : 14 15 }