Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created June 2, 2019 14:12
Show Gist options
  • Select an option

  • Save desaijay315/f9f15cb993c419196931f38b31be18f8 to your computer and use it in GitHub Desktop.

Select an option

Save desaijay315/f9f15cb993c419196931f38b31be18f8 to your computer and use it in GitHub Desktop.
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