nicolasdao / graphql-s2s

Add GraphQL Schema support for type inheritance, generic typing, metadata decoration. Transpile the enriched GraphQL string schema into the standard string schema understood by graphql.js and the Apollo server client.
Other
187 stars 15 forks source link

fix: multiple interfaces syntax bug #63

Open ZhongYic00 opened 11 months ago

ZhongYic00 commented 11 months ago

multiple interfaces in implements should be seperated by &

fixes #62