Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for defer and stream directives #2319

Merged
merged 6 commits into from Oct 28, 2020

Commits on Oct 27, 2020

  1. Support returning async iterables from resolver functions (graphql#2712)

    Co-authored-by: Ivan Goncharov <ivan.goncharov.ua@gmail.com>
    
    support async benchmark tests
    
    add benchmark tests for list fields
    
    add test for error from completeValue in AsyncIterable resolver
    
    change execute implementation for async iterable resolvers
    
    correctly handle promises returned by completeValue in async iterable resovlers
    robrichard committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a2c0ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80aa920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f3d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba52213 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a758ca7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54cb43c View commit details
    Browse the repository at this point in the history