INPUT_OBJECT

ReverseTransactionMutationInput

The fields necessary to reverse a transaction.

link GraphQL Schema definition

  • input ReverseTransactionMutationInput {
  • # A log entry to store to describe why this transaction is being reversed.
  • message: String!
  • }

link Require by