apollo-router 1.61.13

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
coprocessor:
  timeout: 10s
  url: http://example.com
  router:
    request:
      headers: true
      body: true
      context: true
      method: true
      path: true
      sdl: true
    response:
      sdl: true
      context: true
      body: true
      headers: true
      status_code: true
  supergraph:
    request:
      headers: true
      body: true
      context: true
      method: true
      sdl: true
    response:
      sdl: true
      context: true
      body: true
      headers: true
      status_code: true
  subgraph:
    all:
      request:
        headers: true
        body: true
        context: true
        method: true
      response:
        status_code: true
        headers: true
        body: true
        context: true
        service_name: true