AssignedFileAttribute Object
Represents file attribute.
Added in Saleor 3.22 (unreleased)type AssignedFileAttribute implements AssignedAttribute {
attribute: Attribute!
value: File
}
Fields
AssignedFileAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to an object.
AssignedFileAttribute.value
● File
object miscellaneous
The assigned file.
Interfaces
AssignedAttribute
interface attributes
Represents an attribute assigned to an object.
Added in Saleor 3.22 (unreleased)