DEV Community

Discussion on: How to use TypeScript with GraphQL

Collapse
 
ridoansaleh profile image
Ridoan

I think this code is not well formatted

@Resolver((of) => Todo) export class TodoResolver {

Collapse
 
michallytek profile image
Michał Lytek

The decorators should come before, on top of the classes and properties.