graphql-engine/server/tests-py/queries/actions/nested-relation
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
..
create_async_action_with_nested_output_and_relation.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
create_sync_action_with_nested_output_and_nested_relation.yaml Nested action joins 2022-03-03 03:44:20 +00:00
schema_setup.yaml server: add support for nested object type in action 2021-12-15 23:52:43 +00:00
schema_teardown.yaml Nested action joins 2022-03-03 03:44:20 +00:00