Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created June 2, 2019 14:13
Show Gist options
  • Save desaijay315/837ef80be30b74c229a7053e7d581993 to your computer and use it in GitHub Desktop.
Save desaijay315/837ef80be30b74c229a7053e7d581993 to your computer and use it in GitHub Desktop.
Post:{
author(parent,args,ctx,info){
return users.find((user) =>{
return user.id === parent.author
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment