GitHub

ShopifyGetAllProductsQueryVariables

import { ShopifyGetAllProductsQueryVariables } from '@daffodil/driver/shopify'
type ShopifyGetAllProductsQueryVariables = Exact<{
    length?: InputMaybe<Scalars['Int']['input']>;
}>
Type Options
ShopifyGetAllProductsQueryVariables Exact<{ length?: InputMaybe<Scalars['Int']['input']>; }>