OBJECT

OrderLinkAttachmentAddPayload

link GraphQL Schema definition

1type OrderLinkAttachmentAddPayload implements Payload {
2# Required permission: Order:read
3orderAttachment: OrderAttachment
4
5userErrors: [UserError!]!
6
7userWarnings: [UserWarning!]!
8
9}

link Required by