Created
June 2, 2019 14:12
-
-
Save desaijay315/f9f15cb993c419196931f38b31be18f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| User:{ | |
| posts(parent,args,ctx,info){ | |
| return posts.filter((post) =>{ | |
| return post.author === parent.id | |
| }) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment