mirror of
https://github.com/vercel/commerce.git
synced 2025-08-14 21:01:23 +00:00
assets
components
config
docs
framework
bigcommerce
api
cart
catalog
customers
definitions
fragments
category-tree.ts
product.ts
utils
wishlist
checkout.ts
index.ts
auth
cart
common
customer
lib
product
scripts
wishlist
README.md
index.tsx
provider.tsx
schema.d.ts
schema.graphql
types.ts
commerce
shopify
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
CHANGELOG.md
README.md
codegen.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
export const categoryTreeItemFragment = /* GraphQL */ `
|
|
fragment categoryTreeItem on CategoryTreeItem {
|
|
entityId
|
|
name
|
|
path
|
|
description
|
|
productCount
|
|
}
|
|
`
|