DigitalContentUrlCreate
Generate new URL to digital content.
type DigitalContentUrlCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
digitalContentUrl: DigitalContentUrl
}
Fields
DigitalContentUrlCreate.productErrors
● [ProductError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
DigitalContentUrlCreate.errors
● [ProductError!]!
non-null object
DigitalContentUrlCreate.digitalContentUrl
● DigitalContentUrl
object
Returned by
digitalContentUrlCreate
mutation