JournalEntryCorrectInput
No description
input JournalEntryCorrectInput {
correctingJournalEntry: ID!
description: String
ledgerEntries: [LedgerEntryInput!]
}
Fields
JournalEntryCorrectInput.correctingJournalEntry ● ID! non-null scalar
JournalEntryCorrectInput.description ● String scalar
JournalEntryCorrectInput.ledgerEntries ● [LedgerEntryInput!] list input
Member Of
journalEntryCorrect mutation