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:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"operations": [
|
||||
{
|
||||
"operationName": "InputEnumQuery",
|
||||
"query": "\nquery InputEnumQuery ($role: Role!) {\n\tusersWithRole(role: $role) {\n\t\tid\n\t}\n}\n",
|
||||
"sourceLocation": "testdata/queries/InputEnum.graphql"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user