On a fresh install of [email protected], the following error message started showing up today:
`formatError` is deprecated and replaced by `customFormatErrorFn`. It will be removed in version 1.0.0.
It prints every second or two and doesn't seem to stop:

I haven't dug into this at all, but it looks like something upstream?
I fixed this by downgrading to 2.13.70 but from what I can tell the issue is caused here:
It looks like 9e165476a0557a63dd6cc7098008e651134511cb caused this by updating the express-graphql version (#16873).
Or you may downgrade express-graphql by adding
"resolutions": {
"express-graphql":"0.7.1"
},
in your package.json file.
Thanks for opening this issue. We fixed it in [email protected]
Most helpful comment
Thanks for opening this issue. We fixed it in
[email protected]