apollo-router 1.61.13

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
{
    "actions": [
        {
            "type": "Start",
            "schema_path": "./supergraph.graphql",
            "configuration_path": "./configuration.yaml",
            "subgraphs": {}
        },
        {
            "type": "Request",
            "request": {
                "query": "{ me { name } }"
            },
            "expected_response": {
                "data":{
                    "me":{
                        "name":"Ada Lovelace"
                    }
                }
            }
        },
        {
            "type": "Stop"
        }
    ]
}