Skip to content

Downloadable product support for ScandiPWA

Compare
Choose a tag to compare
@alfredsgenkins alfredsgenkins released this 05 Mar 09:37
· 10 commits to master since this release

What's inside

  • Downloadable product support for ScandiPWA

Downloadable product support for ScandiPWA

The following fields were added to schema:

type Query {
    customerDownloadableProducts: CustomerDownloadableProducts @resolver(class: "ScandiPWA\\CustomerDownloadableGraphQl\\Model\\Resolver\\CustomerDownloadableProducts") @doc(description: "The query returns the contents of a customer's downloadable products") @cache(cacheable: false)
}

type CustomerDownloadableProduct {
    title: String
    link_title: String
}