OBJECT
OrderAttachment
link GraphQL Schema definition
1 type OrderAttachment { 2 Int! : 3 4 # Arguments 5 # format: ISO-8601 6 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 7 8 OrderAttachmentType! : 9 10 String! : 11 12 # Required permission: none 13 # 14 # Store restrictions apply. 15 Order! : 16 17 }