import { ShopifyGetProductByUrlQueryVariables } from '@daffodil/driver/shopify'
type ShopifyGetProductByUrlQueryVariables = Exact<{
handle: Scalars['String']['input'];
}>
Type | Options |
---|---|
ShopifyGetProductByUrlQueryVariables | Exact<{
handle: Scalars['String']['input'];
}> |