Files
genqlient/generate/testdata/queries/InputEnum.graphql.json
T
Ben Kraft 32fea7fae4 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!
2021-04-21 17:41:33 -07:00

9 lines
247 B
JSON

{
"operations": [
{
"operationName": "InputEnumQuery",
"query": "\nquery InputEnumQuery ($role: Role!) {\n\tusersWithRole(role: $role) {\n\t\tid\n\t}\n}\n",
"sourceLocation": "testdata/queries/InputEnum.graphql"
}
]
}