Comparing v25.0.beta-7...v25.0.beta-9 · graphql-java/graphql-java

Commits on Sep 28, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Memoize ResultPath level

    In our new `PerLevelDataLoaderDispatchStrategy`, we incorporate the
    level of the current field (through the `ResultPath`) to detemrine when
    we should dispatch `DataLoader`s. For:
    
     - a deep enough level
     - a large number of fields
    
    this can become quite taxing.
    
    To optimise this, we memoize the level by calculating it in the constructor,
    which should have a negligible cost.
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history