DEV Community

Discussion on: Node.js and GraphQL Tutorial: How to build a GraphQL API with an Apollo server

Collapse
 
brunomonteiro1 profile image
Bruno Monteiro

Great article! I would just rethink about naming TypeScript interfaces with "I" prefix. That is a C# convention, and Microsoft guidelines for the development of TypeScript (not the usage) advise against it.

Collapse
 
realsteveig profile image
STEVE

Oh thank you for pointing that out.