Valid Sitecore-XM-Cloud-Developer Dumps shared by ExamDiscuss.com for Helping Passing Sitecore-XM-Cloud-Developer Exam! ExamDiscuss.com now offer the newest Sitecore-XM-Cloud-Developer exam dumps, the ExamDiscuss.com Sitecore-XM-Cloud-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Sitecore-XM-Cloud-Developer dumps with Test Engine here:
Which of these options best describes the purpose of the following query to the Experience EdgeGraphQL schema? query { layout(site: "experienceedge", routePath: "/", language: "en") { item { homeltemPath: path contentRoot: parent { id path } } } }
Correct Answer: C
The query to the Experience Edge GraphQL schema is designed to retrieve the layout information for a specific URL, which in this case is the root path ("/") of a site named "experienceedge". This allows developers to access the Layout Service JSON for the item, which is essential for rendering the page in a headless setup. References:The Sitecore XM Cloud documentation describes the Experience Edge schema as a read-only GraphQL schema that supports common front-end use cases for headless Sitecore development, including querying an item's layout by site and route path1.