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

Any alternatives to this package? #204

Open temcewen opened 5 months ago

temcewen commented 5 months ago

It looks like the maintainer of this project has given up. They released a broken version 6 months ago and it was never fixed. It can't even be installed.

I've opened this issue so that hopefully devs can comment what alternatives they use or what tools can replace it. Right now, I'm in the midst of looking for something. If I find anything, I'll comment here.

ebisbe commented 5 months ago

Did you find anything else?

temcewen commented 5 months ago

@ebisbe

What I've done is create a simple Node server that uses GraphQL Mesh to accomplish the faking. It's a bit more set up, but it should only take an hour or less to get going. Here are some resources to look at:

https://the-guild.dev/graphql/mesh/docs https://medium.com/@nickyprabowo78/how-i-mock-graphql-api-for-frontend-development-ce4667dbe65e

This YouTube video was golden. It helped with some YAML stuff that wasn't explained well in the docs: https://www.youtube.com/watch?v=fhTg5wPU5LY