OBJECT

ThemeAsset

Theme asset (file)

link GraphQL Schema definition

  • type ThemeAsset {
  • # Asset ID
  • id: String!
  • # Asset name
  • name: String!
  • # File name with extension
  • filename: String!
  • # Asset type (css, js, image)
  • type: String!
  • # File size in bytes
  • size: Int!
  • # Public URL of the asset
  • url: String!
  • # Is the asset enabled?
  • enabled: Boolean!
  • # Display order
  • order: Int!
  • # Creation date
  • createdAt: String!
  • }

link Require by