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