GitHub

ShopifyGetAllProductsQueryVariables

import { ShopifyGetAllProductsQueryVariables } from '@daffodil/driver/shopify'

type ShopifyGetAllProductsQueryVariables = Exact<{
    length?: InputMaybe<Scalars['Int']['input']>;
}>