Consumer API · type

Report

Generated schema definition for Report.

Definition

graphql
type Report {
clientId: String!
costBasisAlgorithm: CostBasisAlgorithmEnum
createdAt: Date!
endDate: Date
fileObjectKey: String!
generatedByUser: User
id: String!
reportGroupId: String
startDate: Date
title: String!
type: ReportTypeEnum
updatedAt: Date!
}