We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45a5c5 commit 96a1a60Copy full SHA for 96a1a60
implementations/hotchocolate/README.md
@@ -83,7 +83,7 @@ The server <i>SHOULD</i> support these, but is not required.
83
"transfer-encoding": "chunked",
84
"server": "Kestrel",
85
"date": "<timestamp>",
86
- "content-type": "application/graphql-response+json;charset=utf-8"
+ "content-type": "application/graphql-response+json; charset=utf-8"
87
},
88
"body": {
89
"data": {
@@ -104,7 +104,7 @@ The server <i>SHOULD</i> support these, but is not required.
104
105
106
107
108
109
110
0 commit comments