WorksHub / leona

spec -> lacinia schema
Eclipse Public License 1.0
36 stars 17 forks source link

[1.17.0] Leona doesn't support multispecs #49

Open acron0 opened 3 years ago

acron0 commented 3 years ago

How do we convert a multispec into something GraphQL will understand? Is it time for unions? #5

https://lacinia.readthedocs.io/en/latest/unions.html

Basically, we would need to go through each potential value and create an object for it, and then create a union to bind them all.