fix incorrect enum-value type names for enums used as inputs

luckily webapp is now a much more complete test suite and genqlient's
own tests, so it caught this!
This commit is contained in:
Ben Kraft
2021-04-21 17:41:33 -07:00
parent 9bc97108ea
commit 32fea7fae4
5 changed files with 64 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
query InputEnumQuery($role: Role!) {
usersWithRole(role: $role) {
id
}
}