INPUT_OBJECT

DeleteTransactionMutationInput

The fields necessary to delete a transaction.

link GraphQL Schema definition

  • input DeleteTransactionMutationInput {
  • # The reason for deletion of this transaction.
  • message: String!
  • }

link Require by