Named unions
knazarov opened this issue · 0 comments
knazarov commented
In order to map unions to graphql I need support for named unions (because type name is required in graphql). Also, it would be nice to have documentation on union types mapped to graphql as well.
Here's official proposal from avro community:
https://cwiki.apache.org/confluence/display/AVRO/AEP+102+-+Named+Unions
I understand, that it's not present in standard, but I'd very much like to have it to satisfy our business customers.