9 lines
336 B
JSON
9 lines
336 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |