@jss-rule-engine/core
Version:
Rule engine for Sitecore JSS
5 lines • 630 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.itemDescendantsByIdQuery = void 0;
exports.itemDescendantsByIdQuery = "\n query itemDescendantsById($id: String) {\n item(path: $id, language: \"en\") {\n id,\n name,\n path,\n children {\n total,\n results{\n id,\n name,\n url {hostName, path, siteName, url},\n path,\n template {\n id, \n name \n }\n }\n }\n }\n }\n";
//# sourceMappingURL=itemDescendantsById.js.map