EndLoanPayload
The result payload for the endLoan mutation.
type EndLoanPayload {
changed: Boolean!
loan: Loan
}
Fields
EndLoanPayload.changed ● Boolean! non-null scalar
Tells whether the loan was actually changed. False when the loan was already invalid.
EndLoanPayload.loan ● Loan object
Information on the loan itself.
Returned by
endLoan mutation