Error highlighting and tooltips stopped working in Graphiql
Running the built-in Graphiql used to provide error highlighting (red squiggles) and error tooltips against the graphql schema. It looked like this (this screenshot is from the Graphiql live demo):

It seems at some point this stopped working in Postgraphile. To make sure it wasn't just my project, I ran through the docker tutorial and the error highlighting and tooltips don't work when I hit that Graphiql instance either:

Autocomplete (and the explorer and docs when enabled) work OK, so the schema seems to be loading, it's just not doing the error highlighting or tooltips.
Unfortunately this was a bug in GraphiQL, but when it was fixed other updates to GraphiQL meant that we could not update to the new version without much effort. I'm focussed on PostGraphile V5 development currently (which has fixed this issue but has completely rebuilt PostGraphiQL in a non-backwards-compatible way) so this is certainly something someone else could take on of V4 but is not a priority for me.
This is fixed in ruru