mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
saleor: simplify the naming for GraphQL statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { getConfig, SaleorConfig } from '../api'
|
||||
import fetchAllProducts from '../api/utils/fetch-all-products'
|
||||
import { ProductCountableEdge } from '../schema'
|
||||
import getAllProductsPathsQuery from '../utils/queries/get-all-products-paths-query'
|
||||
import { getAllProductsPathsQuery } from '../utils/queries'
|
||||
|
||||
type ProductPath = {
|
||||
path: string
|
||||
|
Reference in New Issue
Block a user