This commit is contained in:
cond0r
2021-02-25 11:16:44 +02:00
parent f242f3c588
commit e6792d6dd0
10 changed files with 19 additions and 28 deletions

View File

@@ -1,10 +1,6 @@
import { GraphQLFetcherResult } from '@commerce/api'
import { getConfig, ShopifyConfig } from '../api'
import { Product } from '../schema'
import getProductQuery from '../utils/queries/get-product-query'
import { normalizeProduct } from '@framework/utils/normalize'
export type ProductNode = Product
import { normalizeProduct, getProductQuery } from '../utils'
type Variables = {
slug: string