Skip to main content

DigitalContentCreate

Create new digital content. This mutation must be sent as a multipart request. More detailed specs of the upload format can be found here: https://github.com/jaydenseric/graphql-multipart-request-spec

type DigitalContentCreate {
variant: ProductVariant
content: DigitalContent
productErrors: [ProductError!]!
}

Fields

DigitalContentCreate.variant ● ProductVariant object

DigitalContentCreate.content ● DigitalContent object

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

Returned By

digitalContentCreate mutation

Was this page helpful?