graphql-engine/server/src-lib/Hasura/RQL/DDL
Brandon Simmons b167120f96 server: add explicit export lists in OSS server and enforce with warning
We'll see if this improves compile times at all, but I think it's worth
doing as at least the most minimal form of module documentation.

This was accomplished by first compiling everything with
-ddump-minimal-imports, and then a bunch of scripting (with help from
ormolu)

**EDIT** it doesn't seem to improve CI compile times but the noise floor is high as it looks like we're not caching library dependencies anymore

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2730
GitOrigin-RevId: 667eb8de1e0f1af70420cbec90402922b8b84cb4
2021-11-04 16:09:38 +00:00
..
Metadata Feature/request transform string interpolation 2021-09-29 08:14:29 +00:00
Permission server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Relationship server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RemoteRelationship server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RemoteSchema server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Schema server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Action.hs Move Request Transform into the Action Definition 2021-10-29 04:13:29 +00:00
ApiLimit.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
ComputedField.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
CustomTypes.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Endpoint.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
EventTrigger.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
GraphqlSchemaIntrospection.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +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 server: enable inherited roles by default 2021-10-05 12:29:32 +00:00
Metadata.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
Network.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Permission.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
QueryCollection.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
QueryTags.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Relationship.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
RemoteRelationship.hs Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
RemoteSchema.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
RequestTransform.hs Updates kriti pin to 0.2.1 2021-10-28 00:26:30 +00:00
ScheduledTrigger.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Schema.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00