CreateDemiseIncidentReportDocumentInput
Input for creation of a new demise incident report PDF document
input CreateDemiseIncidentReportDocumentInput {
clientId: ClientID!
reportId: DemiseIncidentReportID
}
Fields
CreateDemiseIncidentReportDocumentInput.clientId ● ClientID! non-null scalar
ID of the client
CreateDemiseIncidentReportDocumentInput.reportId ● DemiseIncidentReportID scalar
ID of the report to create the document for, optional (if not provided, document for the latest report is created)
Member Of
createDemiseIncidentReportDocument mutation