saleor: refine the auth process

This commit is contained in:
Zaiste
2021-05-11 14:27:30 +02:00
parent 85d203e85c
commit e98a9f4d6f
12 changed files with 78 additions and 101 deletions

View File

@@ -1,4 +1,3 @@
import { Product } from '@commerce/types'
import { getConfig, SaleorConfig } from '../api'
import fetchAllProducts from '../api/utils/fetch-all-products'
import { ProductCountableEdge } from '../schema'