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

Can´t use inheritance #26

Open ghost opened 5 years ago

ghost commented 5 years ago

I am pretty new to graphql so excuse me if i don´t understand a thing or two

Even though i installed the necessary package: (command used: npm install graphql-s2s --save) code.txt error.txt

ghost commented 5 years ago

UPDATE: Had a typo at the transpileSchema function. Inheritance isn´t giving me an error anymore but I´m getting no data back in every inherited type