I'm playing around with GraphQL by following the tutorial here https://www.howtographql.com/graphql-js/0-introduction/
However, I cannot get the nested object working, it always has null value
Below are snapshot of the mutation and the schema
Link must be linked to a User through postedBy
The source code is in this public repo https://github.com/cuongchau93/hello-graphql-express
I have been stuck at this for 2 days, so I decided to ask here. Any help would be appreciated.