fetch-multipart-graphql
fetch-multipart-graphql copied to clipboard
Cross browser function to fetch and parse streaming multipart graphql responses
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Right now, there is no way to unsubscribe. If the context changes (for example, we unmount the component that initialized the query), `onNext` will continue to be called with additional...
Fixes https://github.com/relay-tools/fetch-multipart-graphql/issues/54
The most recent version of the [`@defer` spec proposal](https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md#payload-format) specifies support for an `incremental` field in the payload that delivers the incremental data result that is returned from the multipart...
According to the [multipart content-type spec](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html), their is no requirement that there be a trailing line break on the close delimiter. I cross referenced this with the current [apollo client...
Closes https://github.com/relay-tools/fetch-multipart-graphql/issues/52
Updates the typings to include the {responseHeaders} object in the `onNext` callback.
This enables middleware in https://github.com/relay-tools/react-relay-network-modern, for example the `authMiddleware` to properly switch on status code == 401.