apollo-router 1.61.13

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
description: on_graphql_error attribute
events:
  - - router_request:
        uri: "/hello"
        method: GET
        body: |
          hello
    - supergraph_request:
        uri: "/hello"
        method: GET
        query: "query { price }"
    - context:
        map:
          "apollo::telemetry::contains_graphql_error": true
    - graphql_response:
        data:
          price: 5
    - supergraph_response:
        status: 200
        data:
          hello: "world"
    - router_response:
        body: |
          hello
        status: 200