apollo-router 2.15.0

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
---
source: apollo-router/tests/integration_tests.rs
expression: response.errors
---
[
  {
    "message": "Unknown argument \"notAnArg\" on field \"Product.name\".",
    "locations": [
      {
        "line": 1,
        "column": 22
      }
    ],
    "extensions": {
      "code": "GRAPHQL_VALIDATION_FAILED"
    }
  },
  {
    "message": "Fragment \"Unused\" is never used.",
    "locations": [
      {
        "line": 1,
        "column": 42
      }
    ],
    "extensions": {
      "code": "GRAPHQL_VALIDATION_FAILED"
    }
  }
]