apollo-router 2.15.0

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
1
2
3
4
5
6
7
8
9
10
limits:
  router:
    max_depth: 1
    http_max_request_bytes: 2000000
    warn_only: true
    max_root_fields: 1
    parser_max_tokens: 15000
    parser_max_recursion: 500
    max_height: 2
    max_aliases: 2