RegisterDeviceInLoanPayload
The result payload for the registerDeviceInLoan mutation.
type RegisterDeviceInLoanPayload {
loan: Loan
success: Boolean
}
Fields
RegisterDeviceInLoanPayload.loan ● Loan object
Information on the loan for which a device was registered.
RegisterDeviceInLoanPayload.success ● Boolean scalar
Whether the register device succeded.
Returned by
registerDeviceInLoan mutation