v0.8.0
版本发布时间: 2019-04-14 15:11:38
graphql/express-graphql最新发布版本:v0.12.0(2020-11-19 23:10:40)
Note: formatError
is renamed to customFormatErrorFn
. formatError
is still avaible in this release but will be droped in v1.0.0
.
New
- Add support for
customValidateFn
. (#479 @jamesmoriarty) - Rename
formatError
tocustomFormatErrorFn
. (#479 @jamesmoriarty) - Add support for
customExecuteFn
. (#391 @IvanGoncharov)