Skip to content

Instantly share code, notes, and snippets.

@tforster
Last active February 20, 2022 20:33
Show Gist options
  • Save tforster/61d4a11fe10d9ddb5fd1264feedd83a3 to your computer and use it in GitHub Desktop.
Save tforster/61d4a11fe10d9ddb5fd1264feedd83a3 to your computer and use it in GitHub Desktop.
Simulated GraphQL response
{
"pages": {
"/products/product-1.xml": {
"title": "Product One",
"summary": "A short summary of this product",
"detail": "Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum Lorem ipsum",
"price": "$9.99",
"modelName": "product-summary"
},
"/products/product-2.xml": {
"title": "Product Two",
"summary": "A short summary for product two",
"detail": "Extended details about product two that will show up in the product two detail XML file",
"price": "$9.99",
"modelName": "product-detail"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment