Edit Transaction Note
Edit an existing transaction's note.
Editing a Transaction Note
mutation UpdateTransaction($data: TransactionUpdateInput!, $where: TransactionWhereUniqueInput!) {
updateTransaction(data: $data, where: $where) {
id
}
}Headers
Name
Value
Body (TransactionUpdateInput) object + (TransactionWhereUniqueInput) object
Name
Type
Description
{
"data": {
"note": "made by api Admin"
},
"where": {
"id": "clpgvrjb700136g01lr3o0tgv"
}
}Response
Name
Type
Description