Exit SITECORE-XMC-DEV Sitecore XM Cloud Developer
Question 2 of 5
0% complete
Q2 Single choice

Which of these options best describes the purpose of the following query to the Experience Edge GraphQL schema?

query {

layout(site: "experienceedge", routePath: "/", language: "en") {

item {

homeltemPath: path

contentRoot: parent {

id

path

}

}

}
}

  • A

    To get an item by ID

  • B

    To get the root item of a site

  • C

    To get the item layout for a URL

  • D

    To get information about a specific content site