Consumer API · type

TaxFormGenerationHistory

Generated schema definition for TaxFormGenerationHistory.

Definition

graphql
type TaxFormGenerationHistory {
createdAt: Date!
generatedReports: JSON
generationInput: JSON
generationInputFileObjectKey: String
id: String!
taxFormId: String!
updatedAt: Date!
}