graphql-engine/v3/crates
Daniel Harvey 83df9e81bb Move GraphqlConfigError to graphql_config stage (#808)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

We have a giant error file in `metadata-resolve`, and it's really
unclear what can go wrong where. Let's improve it in some small way.

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

Move `GraphqlConfigError` to the `graphql_config` stage, and make that
stage only return that kind of error.

Functional no-op.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

---------

Co-authored-by: Samir Talwar <samir.talwar@hasura.io>
V3_GIT_ORIGIN_REV_ID: 9aa58875a24d66e6945c9ead6434fedb124f1dd8
2024-07-09 10:02:40 +00:00
..
auth pre-execution plugin middleware (#771) 2024-07-03 12:58:26 +00:00
custom-connector Update ndc-models to latest version which includes new name newtypes (#791) 2024-07-04 08:58:12 +00:00
engine Skip capability check for local relationships (#805) 2024-07-08 13:03:13 +00:00
execute Remove usage of ndc_models Expression types from the IR (#810) 2024-07-09 08:23:24 +00:00
lang-graphql Allow non-nullable variables to fulfil nullable values (#795) 2024-07-04 16:07:35 +00:00
metadata-resolve Move GraphqlConfigError to graphql_config stage (#808) 2024-07-09 10:02:40 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds Add deprecation notice to old boolean expression types (#806) 2024-07-08 14:19:28 +00:00
plugins/pre-execution-plugin pre-execution plugin middleware (#771) 2024-07-03 12:58:26 +00:00
query-usage-analytics Reimplement most OpenDD newtypes using SmolStr and a macro (#797) 2024-07-05 10:16:33 +00:00
schema Move GraphqlConfigError to graphql_config stage (#808) 2024-07-09 10:02:40 +00:00
sql Remove usage of ndc_models Expression types from the IR (#810) 2024-07-09 08:23:24 +00:00
utils Open DD changes for OrderByExpression (#780) 2024-06-28 11:26:30 +00:00