Open acron0 opened 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.
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.