graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.68k stars 225 forks source link

Fixed the faker.js repo link in the README #181

Open gynekolog opened 2 years ago

yilmazdurmaz commented 1 year ago

changing the link in README does not change the fact that the code still uses the old faker library which does not exist anymore to result in a freeze during the installation.

I tried to replace it in the package.json and faker.ts files but then the build steps gave more problems with node version 18 meaning we need more fixes.