Sitecore Community GraphQL Cookbook
JSON Variables
Query
JSON Response
1{
2 "data": {
3 "site": {
4 "siteInfo": {
5 "sitemap": [
6 "https://edge.sitecorecloud.io/<your-tenant>/media/.../sitemap.xml"
7 ]
8 }
9 }
10 }
11}