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:
+1
@@ -62,6 +62,7 @@ type Topic implements Content {
|
||||
|
||||
type Query {
|
||||
user(query: UserQueryInput): User
|
||||
usersWithRole(role: Role!): [User!]!
|
||||
root: Topic!
|
||||
randomLeaf: LeafContent!
|
||||
convert(dt: DateTime!, tz: String): DateTime!
|
||||
|
||||
Reference in New Issue
Block a user