ProjectReport
No description
type ProjectReport {
executiveReport: ReportConfigType
projectId: ID!
technicalReport: ReportConfigType
}
Fields
ProjectReport.executiveReport
● ReportConfigType
object
ProjectReport.projectId
● ID!
non-null scalar
ProjectReport.technicalReport
● ReportConfigType
object
Returned By
projectReportConfig
query