Skip to main content

registerDeviceInLoan

Register a new device that has been used to access a loan's content.

registerDeviceInLoan(
clientId: ID!
clientName: String
id: ID!
): RegisterDeviceInLoanPayload

Arguments

registerDeviceInLoan.clientId ● ID! non-null scalar

The client identifier.

registerDeviceInLoan.clientName ● String scalar

The client name.

registerDeviceInLoan.id ● ID! non-null scalar

The loan ID. Should be a full URI.

Type

RegisterDeviceInLoanPayload object

The result payload for the registerDeviceInLoan mutation.