Files
genqlient/generate/testdata/queries/InterfaceNoFragments.graphql.json
T
2021-04-02 16:01:52 -07:00

9 lines
298 B
JSON

{
"operations": [
{
"operationName": "InterfaceNoFragmentsQuery",
"query": "\nquery InterfaceNoFragmentsQuery {\n\troot {\n\t\tid\n\t\tname\n\t\tchildren {\n\t\t\tid\n\t\t\tname\n\t\t}\n\t}\n}\n",
"sourceLocation": "testdata/queries/InterfaceNoFragments.graphql"
}
]
}