Introduction
Why Phony?
Phony was inspired by json-graphql-server. Its sole purpose is to provide a mock graphql service.
Warning! This might not work for you especially if your grapqhl schema does not match this mock.
When should I use this?
- to create a simple mvp with graphql
- to build custom static site builders
- when using the same schema in production
- in test environments
- in dev environments