DownloadableItemsLinks
Defines characteristics of the links for downloadable product.
type DownloadableItemsLinks = {
__typename?: 'DownloadableItemsLinks'; /** A number indicating the sort order. */
sort_order?: Maybe<Scalars['Int']['output']>; /** The display name of the link. */
title?: Maybe<Scalars['String']['output']>; /** The unique ID for a `DownloadableItemsLinks` object. */
uid: Scalars['ID']['output'];
};