transactionUpdate Mutation
Update transaction.
Staff user cannot update a transaction that is owned by the app.
transactionUpdate(
id: ID
token: UUID
transaction: TransactionUpdateInput
transactionEvent: TransactionEventInput
): TransactionUpdate
Show return type
Arguments
id ● ID
The ID of the transaction. One of field id or token is required.
token ● UUID
The token of the transaction. One of field id or token is required.
transaction ● TransactionUpdateInput
Input data required to create a new transaction object.
transactionEvent ● TransactionEventInput
Data that defines a transaction transaction.
Type
TransactionUpdate
Update transaction.
Staff user cannot update a transaction that is owned by the app.