graphql-engine/server/tests-py/queries/v1/computed_fields
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
..
add_and_drop.yaml server: support separate metadata database and server code setup for multi sources (#197) 2020-12-28 12:56:55 +00:00
add_computed_field_errors.yaml server: do not do a "successful" noop when tracking a function in the wrong source 2021-05-27 12:09:19 +00:00
create_permissions.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
run_sql.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
setup.yaml [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
teardown.yaml server: allow computed fields to have access to Hasura's session variables (fix #3846) (#4486) 2020-04-27 17:07:03 +02:00