OBJECT

ThemeAssetTypeInfo

Information about an asset type

link GraphQL Schema definition

  • type ThemeAssetTypeInfo {
  • # Asset type identifier
  • type: String!
  • # Human-readable label
  • label: String!
  • # Allowed extensions for this type
  • extensions: [String]!
  • # Allowed MIME types for this type
  • mimeTypes: [String]!
  • }