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

createSourceEventStream: introduce named arguments and deprecate positional arguments #3645

Merged
merged 1 commit into from
Jun 15, 2022

Commits on Jun 14, 2022

  1. createSourceEventStream: introduce named arguments and deprecate posi…

    …tional arguments
    
    BACKPORT OF graphql#3634
    
    Deprecates the positional arguments to createSourceEventStream, to be removed in the next major version, in favor of named arguments.
    
    Motivation:
    
    1. aligns createSourceEventStream with the other exported entrypoints graphql, execute, and subscribe
    2. allows simplification of mapSourceToResponse
    
    suggested by @IvanGoncharov
    yaacovCR committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ca567d0 View commit details
    Browse the repository at this point in the history