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: GraphQLSwift/GraphQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.6
Choose a base ref
...
head repository: GraphQLSwift/GraphQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.0
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 3, 2026

  1. fix: Field resolvers are mutable

    This allows us to modify resolvers after creation, making conversions between AST schemas (that have no resolvers) and executable schemas easier.
    NeedleInAJayStack committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    2c079a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb48dc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #174 from NeedleInAJayStack/fix/mutable-field-reso…

    …lvers
    
    Field resolvers are mutable
    NeedleInAJayStack authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    397c0f4 View commit details
    Browse the repository at this point in the history
Loading