nodes
nodes copied to clipboard
Support for Union
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.
@chemdrew @tberman Please check this