GitHub

ShopifyGetProductByUrlGQL

import { ShopifyGetProductByUrlGQL } from '@daffodil/driver/shopify'

@Injectable()
class ShopifyGetProductByUrlGQL extends Apollo.Query<ShopifyGetProductByUrlQuery, ShopifyGetProductByUrlQueryVariables> {
  document: TypedDocumentNode<unknown, unknown> = ShopifyGetProductByUrlDocument
}