ashkan18 / graphlient

Ruby GraphQL Client
MIT License
251 stars 44 forks source link

Are union types supported using block syntax? #84

Open dbackeus opened 3 years ago

dbackeus commented 3 years ago

Hi,

Just wondering if union types are supported via the block syntax somehow. Ie. some way to generate the ... on SomeType syntax.

ashkan18 commented 3 years ago

Hi @dbackeus ,

Sorry for late response, it's not supported at the moment but feel free to open a PR if you have a solution in mind.