apollo-router 2.15.0

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
1
2
3
4
fn supergraph_service(service) {
    let response = Fn("supergraph_response")  // There should be a semicolon here
    service.map_response(response);
}