graphql-engine/server/src-lib/Hasura/RQL/DML
Alexis King 54e6439579 Change the way we determine whether or not queries are reusable
This fixes an issue where queries could incorrectly be considered
reusable if a variable was used in two positions: one where it affected
SQL generation and one where it did not.
2019-09-16 22:00:46 -05:00
..
Select use named notation for function arguments if any argument is not specified (fix #2730) (#2777) 2019-08-28 14:27:15 -05:00
Count.hs Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
Delete.hs server: Rename a whole bunch of things 2019-08-26 00:54:56 -05:00
Insert.hs server: Rename a whole bunch of things 2019-08-26 00:54:56 -05:00
Internal.hs propagate Postgres table comments to GraphQL schema descriptions (close #446) (#2397) 2019-09-16 20:51:11 -05:00
Mutation.hs Change the way we determine whether or not queries are reusable 2019-09-16 22:00:46 -05:00
Returning.hs propagate Postgres table comments to GraphQL schema descriptions (close #446) (#2397) 2019-09-16 20:51:11 -05:00
Select.hs server: Rename a whole bunch of things 2019-08-26 00:54:56 -05:00
Update.hs server: Rename a whole bunch of things 2019-08-26 00:54:56 -05:00