We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e2d36 commit 7c2317aCopy full SHA for 7c2317a
apollo-federation/src/sources/connect/validation/connect/http.rs
@@ -371,7 +371,6 @@ impl<'schema> Transport<'schema> {
371
///
372
/// TODO: Return input shapes for keys instead reparsing for `Connector::resolvable_key` later
373
fn type_check(self, schema: &SchemaInfo) -> Vec<Message> {
374
- // TODO: update context after each expression. Don't allow non `$config` options for base URLs
375
let expression_context = Context::for_connect_request(
376
schema,
377
self.coordinate.connect,
0 commit comments