saleor: simplify the naming for GraphQL statements

This commit is contained in:
Zaiste
2021-05-12 12:07:26 +02:00
parent 42ae126b7b
commit 2fe2c71fc3
35 changed files with 76 additions and 110 deletions

View File

@@ -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