Gérard Le Cloerec 94861a922a (feat): create aquilacms provider
(style): replace all bigcommerce name by aquilacms
2021-04-07 08:45:24 +02:00

10 lines
176 B
TypeScript

export const categoryTreeItemFragment = /* GraphQL */ `
fragment categoryTreeItem on CategoryTreeItem {
entityId
name
path
description
productCount
}
`