CustomerDownloadableProducts
Contains a list of downloadable products.
type CustomerDownloadableProducts = {
__typename?: 'CustomerDownloadableProducts'; /** An array of purchased downloadable items. */
items?: Maybe<Array<Maybe<CustomerDownloadableProduct>>>;
};