nodes icon indicating copy to clipboard operation
nodes copied to clipboard

Support for Union

Open shivamsk opened this issue 6 years ago • 1 comments

Do we have any support for using the Union in the response?

This is the sample query I am trying to fetch the response for .

searchABCs (pageSize:100,pageNum:1,query:"{}")
  { 
    totalCount
    results{
      ... on ABC {
        id
        name
        value
        abcInnerItem{
          id
          name 
        }
      }
    }
  } 


This is already tracked here: https://github.com/americanexpress/nodes/issues/62

Please let me know if there is an alternative way of getting the response for this.

shivamsk avatar Apr 22 '19 10:04 shivamsk

@chemdrew @tberman Please check this

shivamsk avatar Apr 22 '19 10:04 shivamsk