OBJECT
A theme packaged as a transferable archive
type ThemeExport {# Suggested file name for the downloaded archivefilename: String! # Media type of the archivemimeType: String! # Size of the archive in bytes, before encodingsize: Int! # Base64 encoded archivecontents: String! }