graphql-engine/server/src-lib/Hasura/GraphQL/Resolve
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
..
BoolExp.hs server: add _is_null operator, closes #106 2018-07-12 19:33:02 +05:30
Context.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
InputValue.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
Introspect.hs server: mutationRoot is optional in __schema 2018-06-29 17:32:59 +05:30
Mutation.hs add 'on_conflict' argument to insert mutation (closes #105) 2018-07-17 18:53:23 +05:30
Select.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30