Skip to main content

EditReportSheetEntryPayload

Payload for editReportEntry

type EditReportSheetEntryPayload {
addedEntry: ReportSheetEntry!
cancelledEntry: ReportSheetEntry!
success: Boolean!
}

Fields

EditReportSheetEntryPayload.addedEntry ● ReportSheetEntry! non-null object

The new entry

EditReportSheetEntryPayload.cancelledEntry ● ReportSheetEntry! non-null object

The cancelled entry

EditReportSheetEntryPayload.success ● Boolean! non-null scalar

Should be true, if the report entry was successfully edited.

Returned By

editReportEntry mutation