graphql-engine/server/src-lib/Hasura/GraphQL/Execute
Karthikeyan Chinnakonda 5116e16e18
server(actions): add support for queries (close #4032) (#4309)
* add support for action queries

* a new parameter `type` is added in the ArgumentDefinition, its value
  can be either `query` or `mutation` and it defaults to the latter

* throw 400 when a query action is tried to explain

* update the actions docs to include query actions

* refactor the ToJSON and ToOrdJSON of ActionDefinition

Co-authored-by: Rishichandra Wawhal <rishi@hasura.io>
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-04-16 12:55:19 +05:30
..
LiveQuery server: add more info about server to config api (#3412) 2020-04-06 10:23:58 +05:30
LiveQuery.hs server: add more info about server to config api (#3412) 2020-04-06 10:23:58 +05:30
Plan.hs allow specifying an upper limit on the query plan cache size (#3012) 2019-11-25 11:12:23 -06:00
Query.hs server(actions): add support for queries (close #4032) (#4309) 2020-04-16 12:55:19 +05:30