pretty-print JSON in query-export
This commit is contained in:
+9
-1
@@ -1 +1,9 @@
|
||||
{"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"}]}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user