1f442da041
Slightly uglier filenames, but less code and free diffing! Approved in ADR-466 for Khan use. Fixes #23.
10 lines
248 B
JSON
10 lines
248 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"
|
|
}
|
|
]
|
|
}
|