AssignedFileAttribute Object
Represents file attribute.
Added in Saleor 3.22type AssignedFileAttribute implements AssignedAttribute {
attribute: Attribute!
value: File
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● File
The assigned file.
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22