UNPKG

@jss-rule-engine/core

Version:

Rule engine for Sitecore JSS

5 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.itemAncestorsByIdQuery = void 0; exports.itemAncestorsByIdQuery = "\n query itemAncestorsById($id: String) {\n item(path: $id, language: \"en\") {\n id,\n name,\n ancestors {\n id,\n name,\n url {hostName, path, siteName, url},\n path,\n template {\n id,\n name\n }\n },\n }\n }\n"; //# sourceMappingURL=itemAncestorsById.js.map