GraphQL query object for getting a product by URL.
The DaffLocatable url is transformed into a Shopify product handle for querying.
import { getProductByUrl } from '@daffodil/product/driver/shopify'
const getProductByUrl: TypedDocumentNode<ShopifyProductSingleResponse, ShopifyProductUrlVariables>