VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
30 stars 8 forks source link

Fix multiple interfaces #67

Open eric-burel opened 2 years ago

eric-burel commented 2 years ago

Describe the bug https://github.com/VulcanJS/Vulcan/issues/2727 https://stackoverflow.com/questions/45227332/is-it-possible-to-implement-multiple-interfaces-in-graphql We use "," instead of "&" syntax for multiple interfaces: right syntax is type foobar implements Duck & Boat. We need to add a test for this scenario and fix the bug