luckily webapp is now a much more complete test suite and genqlient's own tests, so it caught this!
9 lines
247 B
JSON
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"
|
|
}
|
|
]
|
|
} |