mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-16 02:24:32 +08:00
* 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