DigitalDownloadLinkPayload
Result of issuing a download link for digital content.
type DigitalDownloadLinkPayload {
link: DigitalDownloadLink
userErrors: [UserError!]!
}
Fields
DigitalDownloadLinkPayload.link ● DigitalDownloadLink object
The link. Null when the request failed with the errors listed in userErrors.
DigitalDownloadLinkPayload.userErrors ● [UserError!]! non-null object
Errors to display to the buyer.
Returned By
digitalDownloadLinkCreate mutation