graphql-engine/server/src-lib/Hasura/RQL/DDL
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
..
Metadata Data connector cache invalidations 2022-09-14 13:00:47 +00:00
Permission Define IR types for AggregationPredicates. 2022-08-19 15:41:47 +00:00
Relationship Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
RemoteRelationship Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
RemoteSchema Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
Schema Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
Webhook server: support 128-bit trace ids 2022-09-20 02:50:06 +00:00
Action.hs Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
ApiLimit.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
ComputedField.hs Remove strictness annotations from data types in the Hasura.RQL hierarchy 2022-08-01 09:33:35 +00:00
CustomTypes.hs Resolve source customization at schema cache building time. 2022-09-12 16:07:26 +00:00
DataConnector.hs Data connector cache invalidations 2022-09-14 13:00:47 +00:00
Endpoint.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
EventTrigger.hs server: event trigger log cleanup | rename start_event_trigger_cleanups API 2022-09-21 06:00:39 +00:00
GraphqlSchemaIntrospection.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Headers.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
InheritedRoles.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Metadata.hs Reload sources when applying metadata. 2022-09-28 13:48:25 +00:00
Network.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Permission.hs Server: Enable streaming subscriptions by default 2022-08-25 08:24:26 +00:00
QueryCollection.hs server: add rename_query_collection metadata API 2022-08-19 13:37:16 +00:00
QueryTags.hs Replace BackendSourceMetadata type alias with a newtype 2022-08-29 00:59:18 +00:00
Relationship.hs Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
RemoteRelationship.hs Resolve source customization at schema cache building time. 2022-09-12 16:07:26 +00:00
RemoteSchema.hs Move SchemaOptions to its own module, remove magic bools 2022-07-14 17:59:01 +00:00
ScheduledTrigger.hs server, pro server, console: provide an option to not include rows count while fetching scheduled events 2022-09-15 19:12:04 +00:00
Schema.hs Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
SourceKinds.hs Adds configSchema to get_source_kind_capabilities 2022-09-14 07:07:04 +00:00