mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
@@ -1,5 +1,5 @@
|
||||
import { GetAllProductPathsQuery } from 'lib/bigcommerce/schema'
|
||||
import { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import type { GetAllProductPathsQuery } from 'lib/bigcommerce/schema'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { BigcommerceConfig, getConfig } from '..'
|
||||
|
||||
export const getAllProductPathsQuery = /* GraphQL */ `
|
||||
|
@@ -1,8 +1,8 @@
|
||||
import {
|
||||
import type {
|
||||
GetAllProductsQuery,
|
||||
GetAllProductsQueryVariables,
|
||||
} from 'lib/bigcommerce/schema'
|
||||
import { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { productInfoFragment } from '../fragments/product'
|
||||
import { BigcommerceConfig, getConfig, Images, ProductImageVariables } from '..'
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
import {
|
||||
import type {
|
||||
GetProductQuery,
|
||||
GetProductQueryVariables,
|
||||
} from 'lib/bigcommerce/schema'
|
||||
import { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { productInfoFragment } from '../fragments/product'
|
||||
import { BigcommerceConfig, getConfig, Images } from '..'
|
||||
|
||||
|
Reference in New Issue
Block a user