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

How to use a custom endpoint for fake service #152

Open ChopperLee2011 opened 3 years ago

ChopperLee2011 commented 3 years ago

The default API entrance is http://localhost:${port}/graphql, only the port value is updatable, but in my personal project I have an API server: http://localhost:9200/api/graphql need to mock, I am searching if the graphql-faker tool has a way to use a custom endpoint but seems not, could it be a new feature?