Skip to main content

DigitalContentUrlCreate

Result of digital content URL create mutation.

type DigitalContentUrlCreate {
digitalContentUrl: DigitalContentUrl
productErrors: [ProductError!]!
}

Fields

DigitalContentUrlCreate.digitalContentUrl ● DigitalContentUrl object

The created digital content URL.

DigitalContentUrlCreate.productErrors ● [ProductError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

digitalContentUrlCreate mutation

Was this page helpful?