Slide 11
Slide 11 text
http://example.com/graphql
{
"product" : {
"id": 1,
"name": "foo",
"description": "..."
"image": {
"uri": "http://...",
"width": 120,
"height": 120
}
}
}
{
product(id: 1) {
id,
name,
description,
image(size: 120) {
uri,
width,
height
}
}
}
3FRVFTU 3FTQPOTF