import { shopifyImageTransformer } from '@daffodil/driver/shopify'
Transforms an abstract ShopifyImageNode into a concrete type (e.g. ShopifyProductImageNode) by modifying the Shopify id
See ShopifyObjectTypes for more information on the requirements for the type argument.
const shopifyImageTransformer: (node: ShopifyImageNode, type: string) => ShopifyImageNode