Asset
Last edit: Jun 10, 2024
No description
type Asset implements AdminSharedAttributesInterface {
content_type: String
created_at: JSONDate!
deleted_at: JSONDate
file_size: Int
id: ID!
manually_managed: Boolean
metadata: HashObject
name: String!
physical_file_path: String
updated_at: JSONDate!
url: String!
virtual_deleted_at: JSONDate
}
Fields
content_type
(String
)
file content type
created_at
(JSONDate
)
deleted_at
(JSONDate
)
file_size
(Int
)
file size
id
(ID
)
manually_managed
(Boolean
)
defines whether this objectwill be affected via pos-cli deploy / sync
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