handle nested lists correctly

This commit is contained in:
Ben Kraft
2021-04-15 17:49:09 -07:00
parent e82a32f47a
commit 40fc7fdbc5
5 changed files with 45 additions and 2 deletions
@@ -0,0 +1,9 @@
{
"operations": [
{
"operationName": "ListOfListsOfLists",
"query": "\nquery ListOfListsOfLists {\n\tlistOfListsOfLists\n}\n",
"sourceLocation": "testdata/queries/ListOfListsOfLists.graphql"
}
]
}