GraphQL query object for getting a single product by ID.
import { getProduct } from '@daffodil/product/driver/shopify'
const getProduct: TypedDocumentNode<ShopifyProductSingleResponse, ShopifyProductIDVariables>