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