OBJECT
Theme asset (file)
type ThemeAsset {# Asset IDid: String! # Asset namename: String! # File name with extensionfilename: String! # Asset type (css, js, image)type: String! # File size in bytessize: Int! # Public URL of the asseturl: String! # Is the asset enabled?enabled: Boolean! # Display orderorder: Int! # Creation datecreatedAt: String! }