Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 7, 2020 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/f0e15567d14938bca55ec5ed182b7b9a to your computer and use it in GitHub Desktop.
Save velotiotech/f0e15567d14938bca55ec5ed182b7b9a to your computer and use it in GitHub Desktop.
User: {
tweets: async (user) => {
const tweetsByUser = await Tweet.find({ userId: user.id });
return tweetsByUser;
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment