Skip to content

Instantly share code, notes, and snippets.

@susimsek
Created August 27, 2022 10:10
Show Gist options
  • Save susimsek/7b1ad77a3ecb2e7cac6639373edc3a3f to your computer and use it in GitHub Desktop.
Save susimsek/7b1ad77a3ecb2e7cac6639373edc3a3f to your computer and use it in GitHub Desktop.
Apollo Gateway Api Result
{
"data": {
"product": {
"id": "1",
"name": "Saturn V",
"description": "The Original Super Heavy-Lift Rocket!",
"createdDate": "2022-08-27T13:01:54+03:00",
"reviews": [
{
"id": "1020",
"text": "Very cramped :( Do not recommend.",
"starRating": 2
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment