LoanInput
The parameters that can be used to create a loan.
input LoanInput {
borrowerId: ID!
entityId: ID!
expires: DateTime!
notify: URI
transactionId: ID!
}
Fields
LoanInput.borrowerId ● ID! non-null scalar
An opaque identifier for the end user.
LoanInput.entityId ● ID! non-null scalar
An entity ID for hard linking the loan to a publication.
LoanInput.expires ● DateTime! non-null scalar
The time at which access to the entity will end.
LoanInput.notify ● URI scalar
An URI on which the consumer wants to be notified of loan state changes.
LoanInput.transactionId ● ID! non-null scalar
An opaque identifier for the loan, should be unique for an API consumer.
Member of
activateLicense mutation