graphql-engine/server/src-lib/Hasura/GraphQL/Validate
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
..
Context.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Field.hs Rename PGColType to PGScalarType 2019-08-26 00:54:56 -05:00
InputValue.hs Add support for GraphQL enum types via enum table references 2019-08-26 00:54:56 -05:00
Types.hs Change the way we determine whether or not queries are reusable 2019-09-16 22:00:46 -05:00