RejectPerformanceReportSignatureInput
The input for the signature rejection
input RejectPerformanceReportSignatureInput {
id: PerformanceReportID!
reason: String!
serviceArea: ServiceArea!
}
Fields
RejectPerformanceReportSignatureInput.id ● PerformanceReportID! non-null scalar
Unique identifier of the performance report
RejectPerformanceReportSignatureInput.reason ● String! non-null scalar
The reason for the signature rejection
RejectPerformanceReportSignatureInput.serviceArea ● ServiceArea! non-null enum
The specific service area to be send for signature
Member Of
rejectPerformanceReportSignature mutation