Homepage

Asset

Last edit: Oct 26, 2022

No description

type Asset implements AdminSharedAttributesInterface {
  content_type: String
  created_at: JSONDate!
  deleted_at: JSONDate
  file_size: Int
  id: ID!
  metadata: HashObject
  name: String!
  physical_file_path: String
  updated_at: JSONDate!
  url: String!
}

Fields

content_type (String)

file content type

created_at (JSONDate)

deleted_at (JSONDate)

file_size (Int)

file size

id (ID)

metadata (HashObject)

name (String)

Name of the asset

physical_file_path (String)

defines the physical path of the file

updated_at (JSONDate)

url (String)

Url to the file

Interfaces

AdminSharedAttributesInterface

Questions?

We are always happy to help with any questions you may have.

contact us