-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Result table should show columns and empty values for the returned row.
For this scenario, there is a travel, but no data for flight details ( selected attributes )
{
Travels {
flight {
arrival
departure
flightNumber
gate
seat
}
}
}
{
"data": {
"Travels": [
{
"flight": null
}
]
}
}