Skip to content

Instantly share code, notes, and snippets.

@yvesbou
Created February 18, 2022 09:39
Show Gist options
  • Save yvesbou/2170f05126592d110ac7f322ce7eeddd to your computer and use it in GitHub Desktop.
Save yvesbou/2170f05126592d110ac7f322ce7eeddd to your computer and use it in GitHub Desktop.
module.exports = async (_, {}, {models}) => {
return await models.ERC20Coin.find();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment