graphql-engine/v3/crates
David Overton 9a6cb644f1 Allow nulls when expecting object or array in response (#440)
<!-- Thank you for submitting this PR! :) -->

## Description

Fix a bug which was causing an internal error when `null` was returned
by NDC for a field of array or object type.

### Product
_(Select all products this will be available in)_
- [x] community-edition
- [x] cloud
<!-- product : end : DO NOT REMOVE -->

### Type
<!-- See changelog structure:
https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide#structure-of-our-changelog
-->
_(Select only one. In case of multiple, choose the most appropriate)_
- [ ] highlight
- [ ] enhancement
- [x] bugfix
- [ ] behaviour-change
- [ ] performance-enhancement
- [ ] security-fix
<!-- type : end : DO NOT REMOVE -->

### Changelog entry
<!--
  - Add a user understandable changelog entry
- Include all details needed to understand the change. Try including
links to docs or issues if relevant
  - For Highlights start with a H4 heading (#### <entry title>)
  - Get the changelog entry reviewed by your team
-->

Fix a bug which was causing an internal error when `null` was returned
by NDC for a field of array or object type.

<!-- changelog-entry : end : DO NOT REMOVE -->

<!-- changelog : end : DO NOT REMOVE -->

V3_GIT_ORIGIN_REV_ID: 5c935ccd6720b5e5966dfa87c2e21dbb7a2b36f2
2024-04-04 10:53:40 +00:00
..
custom-connector Allow nulls when expecting object or array in response (#440) 2024-04-04 10:53:40 +00:00
engine Allow nulls when expecting object or array in response (#440) 2024-04-04 10:53:40 +00:00
hasura-authn-core Avoid .unwrap in favor of anyhow for better error messages in tests. (#430) 2024-04-02 17:06:56 +00:00
hasura-authn-jwt Enforce titles are set on most metadata json schemas (#434) 2024-04-02 23:39:44 +00:00
hasura-authn-webhook Fix a bug in usage of mockito. (#421) 2024-04-02 08:23:12 +00:00
lang-graphql Upgrade ndc-spec and opentelemetry, and add a traceresponse header. (#416) 2024-03-28 16:21:22 +00:00
open-dds Update the ndc-postgres dependency to the latest version. (#386) 2024-04-03 08:04:07 +00:00
opendds-derive Remove unused dependencies using cargo machete. (#413) 2024-03-28 09:17:47 +00:00
recursion_limit_macro lang-graphql: limit recursion to avoid stack overflows 2024-03-27 23:03:27 +00:00
tracing-util Upgrade ndc-spec and opentelemetry, and add a traceresponse header. (#416) 2024-03-28 16:21:22 +00:00