Skip to content

Instantly share code, notes, and snippets.

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 giovannibenussi/d36dcbfa7ad5f59b7b2e538a6f342508 to your computer and use it in GitHub Desktop.
Save giovannibenussi/d36dcbfa7ad5f59b7b2e538a6f342508 to your computer and use it in GitHub Desktop.
// imports...
import faker from 'faker'
// const typeDefs = ...
const resolvers = {
ExchangeRate: {
name: () => faker.finance.currencyName()
}
}
// more code...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment