apollo-router 2.13.1

A configurable, high-performance routing runtime for Apollo Federation 🚀
Documentation
1
2
3
4
5
6
7
8
9
10
11
query AliasQuery {
    xxAlias: enumInputQuery(enumInput: SOME_VALUE_1) {
        aliased: enumResponse
    }
    aaAlias: enumInputQuery(enumInput: SOME_VALUE_2) {
        aliasedAgain: enumResponse
    }
    ZZAlias: enumInputQuery(enumInput: SOME_VALUE_3) {
        enumResponse
    }
}