DEV Community

Discussion on: MERN App using GraphQL via Apollo-Client,(React Hooks). (Part-2)

Collapse
 
learnwithparam profile image
Paramanantham Harrison • Edited

Very good series Vinod.

Your flow was excellent, keep it up

Few suggestions,

  • donโ€™t paste image screenshot, instead put the query and result in a code block which will make it easy to copy for others and view it even on mobile easily
  • donโ€™t show the whole code of a file every time, it has more repeated code. Instead show the exact code. For example, show only mutation and add it to rootSchema instead of showing the whole file. It will be confusing to go through once the file become huge

That said, you should teach more series ๐Ÿ™Œ

Collapse
 
vinodchauhan7 profile image
vinodchauhan7

Thanx Paramanantham for the appreciation, In next articles, I will keep in mind about your suggestions.