Skip to content

Commit af5a3a4

Browse files
committed
Default to application/graphql-response+json, application/json in DefaultHttpRequestComposer
1 parent eec7001 commit af5a3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/http/DefaultHttpRequestComposer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class DefaultHttpRequestComposer(
4949
if (apolloRequest.operation is Subscription<*>) {
5050
"multipart/mixed;subscriptionSpec=1.0, application/graphql-response+json, application/json"
5151
} else {
52-
"multipart/mixed;deferSpec=20220824, application/graphql-response+json, application/json"
52+
"application/graphql-response+json, application/json"
5353
}
5454
)
5555
)

0 commit comments

Comments
 (0)