Alokai

DownloadableProductLinks

Defines characteristics of a downloadable product.

type DownloadableProductLinks = {
  __typename?: 'DownloadableProductLinks'; /** @deprecated This information should not be exposed on frontend. */
  id?: Maybe<Scalars['Int']['output']>; /** @deprecated This information should not be exposed on frontend. */
  is_shareable?: Maybe<Scalars['Boolean']['output']>; /** @deprecated `sample_url` serves to get the downloadable sample */
  link_type?: Maybe<DownloadableFileTypeEnum>; /** @deprecated This information should not be exposed on frontend. */
  number_of_downloads?: Maybe<Scalars['Int']['output']>; /** The price of the downloadable product. */
  price?: Maybe<Scalars['Float']['output']>; /** @deprecated `sample_url` serves to get the downloadable sample */
  sample_file?: Maybe<Scalars['String']['output']>; /** @deprecated `sample_url` serves to get the downloadable sample */
  sample_type?: Maybe<DownloadableFileTypeEnum>; /** The full URL to the downloadable sample. */
  sample_url?: Maybe<Scalars['String']['output']>; /** 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 `DownloadableProductLinks` object. */
  uid: Scalars['ID']['output'];
};

Referenced Types

On this page