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

typo in default-extend.graphql #81

Closed olivier-o closed 5 years ago

olivier-o commented 5 years ago

there is typo in this file: https://github.com/APIs-guru/graphql-faker/blob/5db15f66f13c0c69f7d69b3be004ffd0ba455f05/src/default-extend.graphql#L15 if no SDL file is specified the default-extend is used. resulting in an endless firing of request returning the following message

{"errors":[{"message":"Unknown directive \"listLenght\"."}]}

listLenght should be replaced by listLength (typo is the t)

IvanGoncharov commented 5 years ago

@olivier-o Thanks for detail description 👍 Fixed by @knidarkness in #82 and released in in 2.0.0-rc.13 📦 Can you please test it?

olivier-o commented 5 years ago

@IvanGoncharov , tested and working accordingly 👍