Co-authored-by: Justin Carrus <carrus.justin@gmail.com>
This commit is contained in:
Tirumarai Selvan 2022-03-14 12:56:34 +05:30 committed by GitHub
parent 827c18633e
commit 4e92063fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ For Postgres schema `my_schema` and table `user_accounts` we generate the follow
We would also convert all column names to `camelCase`.
Similarly, all type names would use `PascalCase`, e.g. `my_schema_user_accounts_aggregate_fields` would become `MySchemaUserAccountsAggregateFields`.
We would also modify other generated names e.g. `distinct_on` -> `distinctOn` and `stdev_pop` -> `StddevPop`.
We would also modify other generated names e.g. `distinct_on` -> `distinctOn` and `stddev_pop` -> `stddevPop`.
### Notes