Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Support for Union #74

Open
shivamsk opened this issue Apr 22, 2019 · 1 comment
Open

Support for Union #74

shivamsk opened this issue Apr 22, 2019 · 1 comment

Comments

@shivamsk
Copy link

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:
#62

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

@shivamsk
Copy link
Author

@chemdrew @tberman Please check this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant