Organization / Types/ object
GoodsReceiptAttachmentEdge
An edge that contains a node of type GoodsReceiptAttachment and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
filename•String!Filename of the goods receipt attachment.
contentType•StringContent type of the goods receipt attachment.
size•IntSize of the goods receipt attachment.
url•String!URL of the goods receipt attachment.
resource•ReceiptAttachmentLinkedResourceResource of the goods receipt attachment.
createdAt•DateTimeTz!When the goods receipt attachment was created.
updatedAt•DateTimeTz!When the goods receipt attachment was last updated.
cursor•String!A unique cursor that can be used for pagination.