apollo-router 2.14.0-rc.2

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
connectors:
  debug_extensions: true
  expose_sources_in_context: true
  max_requests_per_operation_per_source: 100
  subgraphs:
    subgraph_name:
      $config:
        name_of_the_variable: variable_value
      sources:
        source_name:
          max_requests_per_operation: 50
          override_url: 'http://localhost'