Skip to content

Commit e282f04

Browse files
blazeyofubhy
authored andcommitted
#807 Don't set the custom format for subrequests. (#808)
1 parent eb3bcc8 commit e282f04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GraphQL/Buffers/SubRequestBuffer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ protected function createRequest(Request $current, array $buffer, $url) {
104104
}, $buffer);
105105
});
106106

107-
$request->setRequestFormat('_graphql_subrequest');
108107
if ($session = $current->getSession()) {
109108
$request->setSession($session);
110109
}

0 commit comments

Comments
 (0)