OBJECT
Information about an asset type
type ThemeAssetTypeInfo {# Asset type identifiertype: String! # Human-readable labellabel: String! # Allowed extensions for this typeextensions: [String]! # Allowed MIME types for this typemimeTypes: [String]! }