Files
genqlient/generate/testdata/queries/QueryWithAlias.graphql
T

7 lines
71 B
GraphQL

query QueryWithAlias {
User: user {
ID: id
otherID: id
}
}