Slide 43
Slide 43 text
{
"data": {
"blogs": [
{
"title": "Intro to GraphQL",
"content": "Something something something. Blah blah blah. Etc etc etc.",
"author": {
"name": "Marc-Andre Giroux"
}
},
{
"title": "Hello, it's me",
"content": "I've been wondering",
"author": {
"name": "Marc-Andre Giroux"
}
},
{
"title": "Hello, it's me",
"content": "I've been wondering",
"author": {
"name": "Marc-Andre Giroux"
}
}
]
}
}