DigitalContentCreate Object
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!]! @deprecated
errors: [ProductError!]!
}
Fields
variant ● ProductVariant
content ● DigitalContent
errors ● [ProductError!]!
Show deprecated
Returned By
digitalContentCreate mutation