object PurchaseOrderAttachmentEdge
A Relay edge containing a PurchaseOrderAttachment and its cursor.
Fields
| Field | Type | Description |
|---|---|---|
node | PurchaseOrderAttachment | The item at the end of the edge |
cursor | String! | A cursor for use in pagination |
Referenced By
Example
{
"node": PurchaseOrderAttachment,
"cursor": "abc123"
}