OBJECT
OrderAttachment
Attachment on an order.
link GraphQL Schema definition
- type OrderAttachment {
- # Unique ID
- Int! :
- # The order the attachment is linked to.
- Order :
- # The path of the attachment
- String! :
- # The download URL for the attachment
- String! :
- # The display name for the attachment
- String :
- # The size of the attachment (in MBs)
- String :
- # The time the attachment was created.
- DateTime! :
- }