input AddPurchaseOrderAttachmentInput
Fields
| Field | Type | Description |
|---|---|---|
po_id | String! | |
url | String! | |
description | String | |
filename | String | |
file_type | String |
Referenced By
- purchase_order_add_attachment Mutation
Example
{
"po_id": "abc123",
"url": "abc123",
"description": "abc123",
"filename": "abc123",
"file_type": "abc123"
}