Closed olivier-o closed 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)
listLenght
listLength
t
@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?
in 2.0.0-rc.13
@IvanGoncharov , tested and working accordingly 👍
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
listLenght
should be replaced bylistLength
(typo is thet
)