OBJECT

OrderAttachment

link GraphQL Schema definition

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