Downloadable product support for ScandiPWA
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
}