You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 asSchemaIntrospectionSplit
, instead not (yet) supporting queries that mix schema-introspection fields and federated fields: apollographql/router#2789For stabilization of apollo-compiler 1.0 I’d prefer to find a more minimal API surface that still exposes useful introspection functionality.
The text was updated successfully, but these errors were encountered: