graphql-engine/server/src-lib/Hasura/RQL/DML
Rakesh Emmadi 5efa366b49 add 'on_conflict' argument to insert mutation (closes #105)
* add 'on_conflict' condition to allow upsert mutation, closes #105

* check for empty unique or primary key constraints

* add 'on_conflict' condition test cases and introspection test case

* update 'conflict_action' enum values' description
2018-07-17 18:53:23 +05:30
..
Count.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Delete.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Explain.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Insert.hs add 'on_conflict' argument to insert mutation (closes #105) 2018-07-17 18:53:23 +05:30
Internal.hs server: use row expressions instead of json_build_object 2018-07-09 12:55:49 +05:30
QueryTemplate.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Returning.hs server: use row expressions instead of json_build_object 2018-07-09 12:55:49 +05:30
Select.hs server: use row expressions instead of json_build_object 2018-07-09 12:55:49 +05:30
Update.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30