benawad / type-graphql-series

Typescript GraphQL Server built with TypeGraphQL
326 stars 129 forks source link

Problems with version updates to apollo-server and with typegraphql #13

Closed PSPanesar closed 5 years ago

PSPanesar commented 5 years ago

Hi Ben,

I've just tried to install the server with updated versions to latest for typegraphql and apollo and ran into some errors.

I've fixed most of them but i'm stuck with this one:

UnhandledPromiseRejectionWarning: Error: Schema must contain uniquely named types but contains multiple types named "PasswordInput".

I wonder if you had any advice on fixing this?

benawad commented 5 years ago
@InputType({ isAbstract: true })