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

Support schema extensions for subsctriptions - Alternative #2825

Commits on Aug 25, 2023

  1. schema.subscribe returns a Union[ExecutionResult, AsyncGen]

    Update graphql_ws handler
    
    fix tests now that field verification is done by Strawberry
    
    Return "extensions" as part of ExecutionResult if present.
    
    Add some error/validation test cases
    
    Add release.md
    
    Fix tests, remove extra "extensions" payload we don't want to inspect
    
    Add extensive tests for extension hook execution while running subscriptions
    
    update docs for `resolve` extension hook
    kristjanvalur committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    46d94f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6e420 View commit details
    Browse the repository at this point in the history
  3. fix new channels tests

    kristjanvalur committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2050944 View commit details
    Browse the repository at this point in the history
  4. fix tests

    kristjanvalur committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    58abd4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5195d88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14a83ba View commit details
    Browse the repository at this point in the history