AssetUpdateInput
Last edit: May 19, 2024
No description
type AssetUpdateInput {
manually_managed: Boolean
metadata: HashObject
physical_file_path: String!
}
Fields
manually_managed
(Boolean
)
defines whether this object will be manually managed, meaning it will not be affected via pos-cli deploy / sync
metadata
(HashObject
)
metadata hash for the attribute
physical_file_path
(String
)
defines the file location, from which we will extract the name and move the file from old location to the new one