graphql-engine/server/src-lib/Hasura/GraphQL/Transport
Auke Booij b03ed983f1 Remove spaces before colons in error messages and descriptions
This PR is the result of running the following commands:
```bash
$ git grep -l '".* : "' -- '*.hs' | xargs sed -i -E 's/(".*) : "/\1: "/'
$ scripts/dev.sh test --integration --accept
```

Also manually fixed a few tests and docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6148
GitOrigin-RevId: cf8b87605d41d9ce86613a41ac5fd18691f5a641
2022-10-01 14:48:58 +00:00
..
HTTP server: expose Prometheus metrics from Hasura Pro 2022-07-23 21:19:20 +00:00
WebSocket Replace Hasura.RQL.Types.Numeric with refined 2022-09-21 18:03:04 +00:00
Backend.hs server: streaming subscriptions execution (Incremental PR - 2) 2022-04-07 14:43:01 +00:00
HTTP.hs server/pro: log when rate limits and time limits are hit 2022-07-27 06:40:21 +00:00
Instances.hs Rename Data Wrapper to Data Connector [GDW-89] 2022-05-02 05:04:07 +00:00
WebSocket.hs Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
WSServerApp.hs server: expose Prometheus metrics from Hasura Pro 2022-07-23 21:19:20 +00:00