Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: Laboratory shows from which subgraph is resolved each field #5654

Open
yanns opened this issue Oct 9, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request that adds new things or value to Hive improvement laboratory

Comments

@yanns
Copy link

yanns commented Oct 9, 2024

Feature requets

In laboratory, for a given GraphQL query, it'd be great if it'd be possible to show for each field which subgraph will resolve it.

Screenshot 2024-10-09 at 17 30 42
@dotansimha dotansimha added the enhancement New feature or request that adds new things or value to Hive label Oct 21, 2024
@dotansimha dotansimha removed the enhancement New feature or request that adds new things or value to Hive label Jan 29, 2025
@dotansimha dotansimha added enhancement New feature or request that adds new things or value to Hive improvement labels Jan 29, 2025 — with Linear
Copy link
Contributor

Different gateways may produce different query plans. We can't assume all users are using gateway X.
That's why showing an exact subgraph that will resolve a field is impossible (it will work only in cases where a field belongs to a single subgraph).

The only info we can show that is true for all the gateways is a list of subgraphs that are able to resolve a field.

@kamilkisiela kamilkisiela added the laboratory label Jan 31, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request that adds new things or value to Hive improvement laboratory
Development

No branches or pull requests

4 participants