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

Add support for fields overriding #139

Closed hotsezus closed 3 years ago

hotsezus commented 3 years ago

This PR enables support for both @override directive and --override CLI option. Inspired by https://github.com/APIs-guru/graphql-faker/issues/17 and https://github.com/APIs-guru/graphql-faker/pull/135