Setting the file. One moment.
Subchapter 8.2
references/connectors.mdMarkdown1006 BView on GitHub
Apollo Connectors are configured in Router v2 under the connectors key.
connectors (GA), not preview_connectors (early v2 preview).<subgraph>.<source> naming.<source> must match the @source(name: "...") used in your connector schema.connectors:
sources:
my_subgraph.my_api:
$config:
api_version: "v2"
feature_flag: trueUse ${env.VAR} for sensitive values instead of hardcoding secrets in $config.
If you have early v2 preview config:
preview_connectors -> connectorssubgraphs.<name>.sources.<source> to sources.<subgraph>.<source>products)inventory)$config keys used by your schema (for example: api_version)router config validate router.yaml