UNPKG

@jss-rule-engine/core

Version:

Rule engine for Sitecore JSS

22 lines 461 B
export const itemDescendantsByIdQuery = ` query itemDescendantsById($id: String) { item(path: $id, language: "en") { id, name, path, children { total, results{ id, name, url {hostName, path, siteName, url}, path, template { id, name } } } } } `;