nicolasgere/graphql-ts

Decorator names are not Capitalized according to convention

johnbendi opened this issue · 2 comments

@nicolasgere According to most places where I have used directives their names always appear capitalized. Is there any reason why you choose to uncapitalize them?

Regards
John

Hello @johnbendi , it s a good question, i dont know if a convention exist about that. I will check on another project and update it if needed.

It will be cool if i can have some feedback about the library, did you use it finnaly?

All Decorators in the typescript handbook are lowercase, I'm not aware of any convention. @johnbendi do you have some examples of established libs using this convention?