OBJECT

ThemeExport

A theme packaged as a transferable archive

link GraphQL Schema definition

  • type ThemeExport {
  • # Suggested file name for the downloaded archive
  • filename: String!
  • # Media type of the archive
  • mimeType: String!
  • # Size of the archive in bytes, before encoding
  • size: Int!
  • # Base64 encoded archive
  • contents: String!
  • }

link Require by