DEV Community

Discussion on: Create a Graphql server with Nodejs, Typescript and Graphql

Collapse
 
bofcarbon1 profile image
Brian Quinn • Edited

graphQL in itself is not a difficult topic. Doing the express-graphql for TypeScript using type-graphql so far is not working out very well. The problem seems to be with decorators. The last time I used graphQL easily got it to work but without TypeScript. I have removed the decorators like @Query and @Mutation. Hopefully I won't need it. Sometimes less is more.