Created
May 1, 2020 18:16
-
-
Save giovannibenussi/d36dcbfa7ad5f59b7b2e538a6f342508 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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