graphql-engine/server/src-lib/Hasura/RQL/DDL
Vamshi Surabhi 4facb3c780 remove support for query templates (#2560)
query templates is a little known feature that lets you template rql
queries and serve them as rest apis. This is not relevant anymore
given the GraphQL interface and getting rid of it reduces the dev
time when adding features in few subsystems.

This feature has never been used outside hasura's internal projects or
documented or exposed through console and hence can safely be removed.
2019-07-23 19:11:34 +00:00
..
Permission allow session variables in operators which expect array input (#2475) 2019-07-10 15:49:58 +05:30
Relationship recover from inconsistent database state (closes #231) (#1863) 2019-04-17 21:59:39 +05:30
Schema remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
Deps.hs allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
EventTrigger.hs check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
Headers.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Metadata.hs remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
Permission.hs check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
QueryCollection.hs check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
Relationship.hs better change detection when altering foreign key constraints (fix #2060) (#2252) 2019-06-03 15:51:55 +05:30
RemoteSchema.hs cache remote schema's introspection query response (fix #1679) (#2089) 2019-07-08 11:21:41 +05:30
Utils.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30