GitHub

ShopifyGetAllProductsQueryVariables

type-alias

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

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