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

Reconsider which parts of execution/introspection to stabilize #937

Open
SimonSapin opened this issue Dec 13, 2024 · 0 comments
Open

Reconsider which parts of execution/introspection to stabilize #937

SimonSapin opened this issue Dec 13, 2024 · 0 comments
Labels
apollo-compiler issues/PRs pertaining to semantic analysis & validation

Comments

@SimonSapin
Copy link
Contributor

https://docs.rs/apollo-compiler/1.0.0-beta.24/apollo_compiler/execution/index.html exposes public APIs intended to cover most of a GraphQL execution pipeline, end to end from variable values coercion/validation to a full Response data structure. Router ended up not using some parts of this such as SchemaIntrospectionSplit, instead not (yet) supporting queries that mix schema-introspection fields and federated fields: apollographql/router#2789

For stabilization of apollo-compiler 1.0 I’d prefer to find a more minimal API surface that still exposes useful introspection functionality.

@SimonSapin SimonSapin added the apollo-compiler issues/PRs pertaining to semantic analysis & validation label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apollo-compiler issues/PRs pertaining to semantic analysis & validation
Projects
None yet
Development

No branches or pull requests

1 participant