mirror of
https://github.com/vercel/commerce.git
synced 2025-03-18 00:12:33 +00:00
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
export const categoryTreeItemFragment = /* GraphQL */ `
|
|
fragment categoryTreeItem on CategoryTreeItem {
|
|
entityId
|
|
name
|
|
path
|
|
description
|
|
productCount
|
|
}
|
|
`
|