pretty-print JSON in query-export
This commit is contained in:
+9
-1
@@ -1 +1,9 @@
|
||||
{"operations":[{"operationName":"QueryWithAlias","query":"\nquery QueryWithAlias {\n\tUser: user {\n\t\tID: id\n\t}\n}\n","sourceLocation":"testdata/queries/QueryWithAlias.graphql"}]}
|
||||
{
|
||||
"operations": [
|
||||
{
|
||||
"operationName": "QueryWithAlias",
|
||||
"query": "\nquery QueryWithAlias {\n\tUser: user {\n\t\tID: id\n\t}\n}\n",
|
||||
"sourceLocation": "testdata/queries/QueryWithAlias.graphql"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user