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 #141

Open hotsezus opened 3 years ago

hotsezus commented 3 years ago

This PR enables support for both @override directive and --override CLI option. Inspired by #17 and #135

rostislav-simonik-plc commented 3 years ago

@IvanGoncharov Do you have a minute to review? Thx.