graphql-engine/server/src-lib/Hasura/RQL/DDL
Rakesh Emmadi c4c5dd87ac allow identical fields in custom column names configuration (fix #3137) & improve root fields validation (#3154)
* allow identical column fields in 'custom_column_names'
* improve validation of custom column names
* improve 'checkForFieldConflicts' & validate custom column names with non column fields
* split `validateTableConfig` into two isolated validation logic
* improve validation of root fields
* improve validating custom root fields and duplicate root fields
* move 'validateCustomRootFields' to 'buildSchemaCache'
2019-11-20 06:40:56 -06:00
..
Permission save permissions, relationships and collections in catalog with 'is_system_defined' explicitly (#3165) 2019-10-21 11:01:05 -05:00
Relationship save permissions, relationships and collections in catalog with 'is_system_defined' explicitly (#3165) 2019-10-21 11:01:05 -05:00
Schema allow identical fields in custom column names configuration (fix #3137) & improve root fields validation (#3154) 2019-11-20 06:40:56 -06:00
ComputedField.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Deps.hs allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
EventTrigger.hs improve event fetch query (#3236) 2019-11-13 12:59:19 +05:30
Headers.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Metadata.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Permission.hs computed fields in export/import metadata, other fixes (#3211) 2019-11-07 20:09:48 +05:30
QueryCollection.hs save permissions, relationships and collections in catalog with 'is_system_defined' explicitly (#3165) 2019-10-21 11:01:05 -05:00
Relationship.hs save permissions, relationships and collections in catalog with 'is_system_defined' explicitly (#3165) 2019-10-21 11:01:05 -05:00
RemoteSchema.hs deterministic ordering of objects in exported metadata (close #3125) (#3230) 2019-11-05 20:11:03 -06:00
Schema.hs add read_only to run_sql metadata api (#3191) 2019-11-14 18:20:18 -06:00
Utils.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30