CancelReportSheetEntryPayload
Payload for cancelReportEntry
type CancelReportSheetEntryPayload {
cancelledEntry: ReportSheetEntry!
success: Boolean!
}
Fields
CancelReportSheetEntryPayload.cancelledEntry ● ReportSheetEntry! non-null object
The cancelled entry
CancelReportSheetEntryPayload.success ● Boolean! non-null scalar
Should be true, if the report entry was successfully cancelled.
Returned By
cancelReportEntry mutation