test for uppercasing aliases

This commit is contained in:
Ben Kraft
2021-04-15 15:50:22 -07:00
parent 1bd7f7cb16
commit ade01c9280
3 changed files with 10 additions and 3 deletions
+6 -1
View File
@@ -1 +1,6 @@
query QueryWithAlias { User: user { ID: id } }
query QueryWithAlias {
User: user {
ID: id
otherID: id
}
}