Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Add support for defer and stream directives (feedback is welcome) #726

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    10f6843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    012249a View commit details
    Browse the repository at this point in the history
  3. [incremental-delivery]: Remove the content-length requirement (#728)

    This removes the need for `Content-Length`, and handles the boundaries such that the next boundary is flushed as soon as possible.
    
    References:
    - graphql/graphql-over-http#152
    - fmg relay-tools/fetch-multipart-graphql#22
    - [meros](https://github.com/maraisr/meros)
    maraisr authored and robrichard committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    39df166 View commit details
    Browse the repository at this point in the history
  4. fix flaky tests

    robrichard committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9acd264 View commit details
    Browse the repository at this point in the history