CreateOrUpdateProjectReportConfigInput
Autogenerated input type of CreateOrUpdateProjectReportConfig
input CreateOrUpdateProjectReportConfigInput {
clientMutationId: String
projectId: ID!
reportType: ProjectReportTypeEnum!
customExecutiveSummary: String
activeCustomExecutiveSummary: Boolean
customFinalConsiderations: String
activeCustomFinalConsiderations: Boolean
}
Fields
CreateOrUpdateProjectReportConfigInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateProjectReportConfigInput.projectId
● ID!
non-null scalar
CreateOrUpdateProjectReportConfigInput.reportType
● ProjectReportTypeEnum!
non-null enum
CreateOrUpdateProjectReportConfigInput.customExecutiveSummary
● String
scalar
CreateOrUpdateProjectReportConfigInput.activeCustomExecutiveSummary
● Boolean
scalar
CreateOrUpdateProjectReportConfigInput.customFinalConsiderations
● String
scalar
CreateOrUpdateProjectReportConfigInput.activeCustomFinalConsiderations
● Boolean
scalar
Member Of
createOrUpdateProjectReportConfig
mutation