graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Execute functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Resolve functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Schema functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Transport add read_only to run_sql metadata api (#3191) 2019-11-14 18:20:18 -06:00
Validate support computed fields returning scalars or set of tables (close #1387) (#2917) 2019-10-18 13:59:47 +05:30
Context.hs allow identical fields in custom column names configuration (fix #3137) & improve root fields validation (#3154) 2019-11-20 06:40:56 -06:00
Execute.hs add few x-forwarded- headers (close #2572) (#3347) 2019-11-13 14:25:11 -06:00
Explain.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Logging.hs breaking: server logging changes (close #507, close #2171) (#1835) 2019-07-11 05:37:06 +00:00
RemoteServer.hs allow configuring timeout for remote schema calls (close #2501) (#2753) 2019-08-23 14:27:19 +05:30
Resolve.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Schema.hs allow identical fields in custom column names configuration (fix #3137) & improve root fields validation (#3154) 2019-11-20 06:40:56 -06:00
Utils.hs allow customising graphql schema for a table (close #981) (#2509) 2019-09-19 10:17:36 +05:30
Validate.hs Track variable uses within query validation for caching (fix #3097) (#3135) 2019-10-16 09:33:34 -05:00