Gérard Le Cloerec 0545984342 (feat): create aquilacms provider
(style): replace all bigcommerce name by aquilacms
2021-03-23 14:42:05 +01:00

10 lines
176 B
TypeScript

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