Define Default Values
{
"query": {
"book": {
"@id": "2",
"name": "",
"author": {
"name": "Unknown author"
}
}
}
}
For non-object types, we can specify the default value of the field if the fetched value is null.