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
At the moment, Conductor does not know about the upstream schema it's going to execute (the exception is the Federation handler that requires a Supergraph SDL to operate).
By adding support for loading (and reloading) the upstream SDL (in graphql source), we can enrich the execution and take control over validation of the incoming GraphQL operations (#6), and also implement other things like schema filters (#436).
The text was updated successfully, but these errors were encountered:
At the moment, Conductor does not know about the upstream schema it's going to execute (the exception is the Federation handler that requires a Supergraph SDL to operate).
By adding support for loading (and reloading) the upstream SDL (in
graphql
source), we can enrich the execution and take control over validation of the incoming GraphQL operations (#6), and also implement other things like schema filters (#436).The text was updated successfully, but these errors were encountered: