graphql-engine/server/src-lib/Hasura/RQL/DML
Rakesh Emmadi 0a3f68a6eb allow selectively updating columns on a conflict during insert (fix #342)
* fix primary key changing on upsert, fix #342

* add 'update_columns' in 'on_conflict' object, consider 'allowUpsert'

* 'ConflictCtx' type should respect upsert cases

* validation for not null fields in an object
2018-09-04 19:09:48 +05:30
..
Count.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Delete.hs mutation return type and query type are same (close #315) (#324) 2018-08-30 15:19:21 +05:30
Explain.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Insert.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
Internal.hs respect the nullability of columns in generated schema (fix #256) (#276) 2018-08-10 18:14:44 +05:30
QueryTemplate.hs add limit in select permission which overrides limit in query (close #178) (#237) 2018-08-06 17:45:08 +05:30
Returning.hs mutation return type and query type are same (close #315) (#324) 2018-08-30 15:19:21 +05:30
Select.hs mutation return type and query type are same (close #315) (#324) 2018-08-30 15:19:21 +05:30
Update.hs mutation return type and query type are same (close #315) (#324) 2018-08-30 15:19:21 +05:30