Files
genqlient/generate/testdata/queries/QueryWithStructs.graphql.json
T

9 lines
268 B
JSON

{
"operations": [
{
"operationName": "QueryWithStructs",
"query": "\nquery QueryWithStructs {\n\tuser {\n\t\tauthMethods {\n\t\t\tprovider\n\t\t\temail\n\t\t}\n\t}\n}\n",
"sourceLocation": "testdata/queries/QueryWithStructs.graphql"
}
]
}