GraphQL Response
GraphQL query result
JSON
{
"data": {
"user": {
"id": "1",
"name": "Alice",
"posts": [
{
"title": "First Post",
"likes": 42
}
]
}
}
}Stats
- Key count: 7
- Nesting depth: 5
- Size: 151 bytes