graphql-engine/server/src-lib/Hasura/RQL/DML
Rakesh Emmadi f72d8de87a fix insert fails for non-admin roles on v1/query (fix #327) (#328)
* fix insert fails for non-admin roles on v1/query, fix #327

* add test case for user role upsert usint constraint name
2018-08-29 19:11:33 +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 fix insert fails for non-admin roles on v1/query (fix #327) (#328) 2018-08-29 19:11:33 +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 returning returns [] when mutations affect no rows (fix #265) (#269) 2018-08-08 12:31:49 +05:30
Select.hs simpler root level select fields using primary keys (fix #304) (#306) 2018-08-27 19:47:03 +05:30
Update.hs add _inc and jsonb operators to update_mutation (close #159) (#169) 2018-07-20 16:21:20 +05:30