Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-1413

Columns not displayed on domain explorer when returned data has no value for selected attributes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 0.8.1
    • None
    • Management Console
    • 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
            }
          ]
        }
      }
      

              sasriniv Saravana Srinivasan
              cnicolai@redhat.com Cristiano Nicolai (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: