endLoan
Requests for the server to send a reading access.
endLoan(
id: ID!
reason: EndLoanReason!
): EndLoanPayload
Arguments
endLoan.id
● ID!
non-null scalar
The loan ID. Should be a full URI.
endLoan.reason
● EndLoanReason!
non-null enum
The reason for which the termination of the loan is requested.
Type
EndLoanPayload
object
The result payload for the endLoan mutation.