graphql-engine/server/src-lib/Hasura/GraphQL
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
..
Resolve allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
Transport set header variables in subscription transaction, fix #297 (#299) 2018-08-22 13:53:53 +05:30
Validate allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
Resolve.hs simpler root level select fields using primary keys (fix #304) (#306) 2018-08-27 19:47:03 +05:30
Schema.hs allow selectively updating columns on a conflict during insert (fix #342) 2018-09-04 19:09:48 +05:30
Utils.hs filter schema identifiers to conform to graphql naming scheme (close #134) (#211) 2018-07-27 15:20:12 +05:30
Validate.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30