add a test with a pile of nested interfaces

This commit is contained in:
Ben Kraft
2021-04-15 18:46:24 -07:00
parent 89fe78e11a
commit 234c683e21
3 changed files with 377 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"operations": [
{
"operationName": "InterfaceNesting",
"query": "\nquery InterfaceNesting {\n\troot {\n\t\tid\n\t\tchildren {\n\t\t\tid\n\t\t\tparent {\n\t\t\t\tid\n\t\t\t\tchildren {\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n",
"sourceLocation": "testdata/queries/InterfaceNesting.graphql"
}
]
}