import { shopifyIdTransformer } from '@daffodil/driver/shopify'
Transforms a DaffIdentifiable id and object type into a Shopify object id
See DaffIdentifiable
for more information on the requirements for the id argument.
const shopifyIdTransformer: (id: string, type: string) => string