graphql-engine/v3/crates
Tom Harding ec9a3aabc1 Remove node-level mutation planning (#397)
## Description

We don't need the per-node mutation plan because, where at all possible,
we won't run per-node mutations. This change doesn't change the
behaviour of anything, but changes the structure of mutation plans to be
whole-request, rather than per-node.

## Changelog

- Add a changelog entry (in the "Changelog entry" section below) if the
changes in this PR have any user-facing impact. See [changelog
guide](https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide).
- If no changelog is required ignore/remove this section and add a
`no-changelog-required` label to the PR.

### Product
_(Select all products this will be available in)_
- [ ] community-edition
- [ ] 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
- [ ] 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
-->

_Replace with changelog entry_

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

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

V3_GIT_ORIGIN_REV_ID: 9accc9696fabd05f992c6245ccc411a781cf5790
2024-03-26 14:08:09 +00:00
..
custom-connector Various improvements to the Docker Compose services. (#383) 2024-03-21 16:49:38 +00:00
engine Remove node-level mutation planning (#397) 2024-03-26 14:08:09 +00:00
hasura-authn-core Disable benchmarks in unit tests. (#376) 2024-03-21 12:42:26 +00:00
hasura-authn-jwt Fix json schema description spelling errors (#399) 2024-03-26 05:51:47 +00:00
hasura-authn-webhook update to Rust 1.77.0 (#388) 2024-03-25 08:25:10 +00:00
lang-graphql support apollo federation (part 1) (#332) 2024-03-22 02:29:49 +00:00
open-dds Fix json schema description spelling errors (#399) 2024-03-26 05:51:47 +00:00
opendds-derive Disable benchmarks in unit tests. (#376) 2024-03-21 12:42:26 +00:00
tracing-util add exports to tracing-util (#387) 2024-03-25 09:49:22 +00:00