Skip to content

Commit 529fa75

Browse files
authored
async-graphql: Patch to upgrade to React 18 (#22053)
## Description Patch to fix: async-graphql/async-graphql#1703, Cherry-picking the fix from: async-graphql/async-graphql#1705 Until it is merged, at which point we can upgrade our dependency. ## Test plan Run the GraphQL service locally, and confirm that its GraphiQL IDE works now. --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent c560692 commit 529fa75

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,3 +776,6 @@ sui-execution = { path = "sui-execution" }
776776
tonic = "0.13"
777777

778778
[patch.crates-io]
779+
async-graphql = { git = "https://github.com/amnn/async-graphql", branch = "v7.0.1-react-18" }
780+
async-graphql-axum = { git = "https://github.com/amnn/async-graphql", branch = "v7.0.1-react-18" }
781+
async-graphql-value = { git = "https://github.com/amnn/async-graphql", branch = "v7.0.1-react-18" }

0 commit comments

Comments
 (0)