File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
implementations/hotchocolate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
83
83
"transfer-encoding": "chunked",
84
84
"server": "Kestrel",
85
85
"date": "<timestamp >",
86
- "content-type": "application/graphql-response+json;charset=utf-8"
86
+ "content-type": "application/graphql-response+json; charset=utf-8"
87
87
},
88
88
"body": {
89
89
"data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104
104
"transfer-encoding": "chunked",
105
105
"server": "Kestrel",
106
106
"date": "<timestamp >",
107
- "content-type": "application/graphql-response+json;charset=utf-8"
107
+ "content-type": "application/graphql-response+json; charset=utf-8"
108
108
},
109
109
"body": {
110
110
"data": {
You can’t perform that action at this time.
0 commit comments