Files
genqlient/generate/testdata/QueryWithDoubleAlias.graphql
T

7 lines
70 B
GraphQL

query QueryWithDoubleAlias {
user {
ID: id
AlsoID: id
}
}