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
13
demand_control:
  enabled: true
  mode: enforce
  strategy:
    static_estimated:
      list_size: 1
      max: 10
      subgraph:
        all:
          list_size: 3
        subgraphs:
          products:
            max: -1