graphql-kit / graphql-faker

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

Fix deprecation Warning: faker.random #148

Closed anynines-johannchopin closed 3 years ago

anynines-johannchopin commented 3 years ago

Some of the methods of faker.random are now deprecated like number or uuid. They are now located under faker.datatype:

Deprecation Warning: faker.random.number is now located in faker.datatype.number