fetch-multipart-graphql
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "fetch-multipart-graphql", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Cross browser function to fetch and parse streaming multipart graphql responses.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# fetch-multipart-graphql | ||
Cross-browser function to fetch and parse streaming multipart graphql responses. | ||
This allows you to efficiently fetch streamed GraphQL responses that use the @defer directive as supported by (Apollo Server)[https://blog.apollographql.com/introducing-defer-in-apollo-server-f6797c4e9d6e]. It can be easily used in a Relay Modern network layer to support deferred queries. | ||
This allows you to efficiently fetch streamed GraphQL responses that use the @defer directive as supported by [Apollo Server](https://blog.apollographql.com/introducing-defer-in-apollo-server-f6797c4e9d6e). It can be easily used in a Relay Modern network layer to support deferred queries. | ||
@@ -6,0 +6,0 @@ ## Usage |