We were generating broken code; fixes #43. Also fixes a bug where
applying omitempty to the entire query was broken by e597cac74c.
9 lines
460 B
JSON
9 lines
460 B
JSON
{
|
|
"operations": [
|
|
{
|
|
"operationName": "OmitEmptyQuery",
|
|
"query": "\nquery OmitEmptyQuery ($query: UserQueryInput, $queries: [UserQueryInput], $dt: DateTime, $tz: String, $tzNoOmitEmpty: String) {\n\tuser(query: $query) {\n\t\tid\n\t}\n\tusers(query: $queries) {\n\t\tid\n\t}\n\tmaybeConvert(dt: $dt, tz: $tz)\n\tconvert2: maybeConvert(dt: $dt, tz: $tzNoOmitEmpty)\n}\n",
|
|
"sourceLocation": "testdata/queries/Omitempty.graphql"
|
|
}
|
|
]
|
|
} |