Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql/graphql-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.5.0
Choose a base ref
...
head repository: graphql/graphql-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.6.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 15, 2022

  1. createSourceEventStream: introduce named arguments and deprecate posi…

    …tional arguments (#3645)
    
    BACKPORT OF #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 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    59a73d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    af8221a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c6508b View commit details
    Browse the repository at this point in the history
  3. parser: limit maximum number of tokens (#3702)

    Co-authored-by: Yaacov Rydzinski  <yaacovCR@gmail.com>
    IvanGoncharov and yaacovCR authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f0a0a4d View commit details
    Browse the repository at this point in the history
  4. 16.6.0

    IvanGoncharov committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3a51eca View commit details
    Browse the repository at this point in the history
Loading