/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type CompareProductIdInternal_BundleProduct_Fragment = { __typename: 'BundleProduct', name?: string | null, compare_product_id?: number | null };

export type CompareProductIdInternal_ConfigurableProduct_Fragment = { __typename: 'ConfigurableProduct', name?: string | null, compare_product_id?: number | null };

export type CompareProductIdInternal_DownloadableProduct_Fragment = { __typename: 'DownloadableProduct', name?: string | null, compare_product_id?: number | null };

export type CompareProductIdInternal_GroupedProduct_Fragment = { __typename: 'GroupedProduct', name?: string | null, compare_product_id?: number | null };

export type CompareProductIdInternal_SimpleProduct_Fragment = { __typename: 'SimpleProduct', name?: string | null, compare_product_id?: number | null };

export type CompareProductIdInternal_VirtualProduct_Fragment = { __typename: 'VirtualProduct', name?: string | null, compare_product_id?: number | null };

export type CompareProductIdInternalFragment = CompareProductIdInternal_BundleProduct_Fragment | CompareProductIdInternal_ConfigurableProduct_Fragment | CompareProductIdInternal_DownloadableProduct_Fragment | CompareProductIdInternal_GroupedProduct_Fragment | CompareProductIdInternal_SimpleProduct_Fragment | CompareProductIdInternal_VirtualProduct_Fragment;
