Rust gateway plugin support - #8329
Open
jdolle wants to merge 2 commits into
Open
Conversation
Collaborator
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/apollo |
0.48.4-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/cli |
0.61.4-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/core |
0.22.2-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/envelop |
0.40.9-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-plugin-console-sdk |
0.1.2-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/yoga |
0.49.2-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
hive |
11.11.0-alpha-20260806004131-ced9556b5cde468c7bb01d07ac79688059522e5f |
npm ↗︎ unpkg ↗︎ |
Contributor
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
improve test to not depend on jsobject order
jdolle
force-pushed
the
rust-gateway-plugin-support
branch
from
August 6, 2026 00:40
82d2383 to
ced9556
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
Hive gateway using the rust query planner does not populate the path in the execution request info object if it's the root ("query"). Previously, the usage client would default to
[], but an empty array fails validation in usage service.Description
This change corrects the default value for the usage client and gateway plugin "paths" field, and better supports named root types.
I also added a test showing support for named root types, and run tests for both the js gateway and js gateway with the rust query planner.
There are two tests that fail due to minor discrepancies in the engine at this time. These are flagged with
skipIfconditions until the cause is addressed.Checklist