Skip to main content

setLicenseTarget

Set the target for a license.

setLicenseTarget(
id: ID!
target: ID!
): SetLicenseTargetPayload

Arguments

setLicenseTarget.id ● ID! non-null scalar

The license ID. Should be a full URI.

setLicenseTarget.target ● ID! non-null scalar

The target (e.g. ISBN) to set.

Type

SetLicenseTargetPayload object

The result payload for the setLicenseTarget mutation.