apollo-router 2.13.1

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
1
2
3
4
5
mutation Test_Mutation_Space($arg1withalongnamegoeshere0123456789: Boolean) {
    mutation2(id: "x") {
        updateCheckConfiguration(arg1: $arg1withalongnamegoeshere0123456789, arg2: false)
    }
}