Breaking Change - fetch-multipart-graphql no longer relies on Content-Length, it instead uses the boundary separators. This requires the server to send a boundary following each payload to avoid unnecessary buffering.
Breaking Change - fetch-multipart-graphql no longer relies on Content-Length, it instead uses the boundary separators. This requires the server to send a boundary following each payload to avoid unnecessary buffering.