Generates a category tree query with the specified number of nested child category tree fragments.
import { daffMagentoGetCategoryTree } from '@daffodil/navigation/driver/magento'
function daffMagentoGetCategoryTree(
depth: number = 3
extraFragments: any[] = []
)