graphql-engine/server/src-lib/Hasura
Antoine Leblanc 21254256a1 Improve error messages of Metadata API.
### Description

This PR improves error messages in our metadata API by displaying a message with the name of the failing command and a link to our documentation. Furthermore, it harmonizes our internal uses of `withObject`, to respect the convention of using the Haskell type name, now that the Aeson error message is displayed as an "internal error message".

https://github.com/hasura/graphql-engine-mono/pull/1905

GitOrigin-RevId: e4064ba3290306437aa7e45faa316c60e51bc6b6
2021-09-20 19:50:22 +00:00
..
Backends server: improve event trigger logging 2021-09-20 14:32:31 +00:00
Base server: add "extensions" field to action webhook error schema 2021-09-17 07:44:37 +00:00
Cache server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Eventing server: improve event trigger logging 2021-09-20 14:32:31 +00:00
GraphQL [server] Add GraphQL query in the payload for Synchronous Actions 2021-09-20 18:20:33 +00:00
Incremental server: inherited roles for mutations, remote schemas, actions and custom functions 2021-08-09 10:21:05 +00:00
Metadata server: generalize the event triggers codepath for all backends 2021-09-20 07:35:49 +00:00
RQL Improve error messages of Metadata API. 2021-09-20 19:50:22 +00:00
Server Improve error messages of Metadata API. 2021-09-20 19:50:22 +00:00
SQL server: generalize the event triggers codepath for all backends 2021-09-20 07:35:49 +00:00
App.hs [server] Add GraphQL query in the payload for Synchronous Actions 2021-09-20 18:20:33 +00:00
EncJSON.hs Remote schema execution logic 2021-08-06 13:40:37 +00:00
GC.hs server: simplify shutdown logic, improve resource management (#218) (#195) 2020-12-21 18:56:57 +00:00
HTTP.hs server: improve event trigger logging 2021-09-20 14:32:31 +00:00
Incremental.hs Build the GraphQL context after pruning dangling dependents 2020-01-30 18:17:29 -06:00
Logging.hs server: generalize event triggers - incremental PR 2 2021-09-09 11:55:11 +00:00
Prelude.hs Fix nullability of nested objrel inserts (fix hasura/graphql-engine#7484) 2021-09-15 13:11:48 +00:00
QueryTags.hs server: SQL query tags for GQL operations (closes #400) 2021-07-29 08:30:10 +00:00
Session.hs kill Arbitrary (fix #1736) 2021-07-30 07:55:37 +00:00
Tracing.hs Request Transformations 2021-09-16 11:03:57 +00:00